Html Css Color HEX #307424 Bilbao

📋 copy color: '#307424'

red 48 ◦ green 116 ◦ blue 36

#307424
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #307424

Tints of Bilbao #307424

RGB

 RED value IS 48 (19.14% from 255) = 24%

 GREEN value IS 116 (45.7% from 255) = 58%

 BLUE value IS 36 (14.45% from 255) = 18%

R = 24%
G = 58%
B = 18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#307424 (or 0x307424) is known color: Bilbao. HEX triplet: 30, 74 and 24. RGB value is (48,116,36). Sum of RGB (Red+Green+Blue) = 48+116+36=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #307424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307424 is #CF8BDB. Grayscale: #565656. Windows color (decimal): -13601756 or 2389040. OLE color: 2389040.

HSL color Cylindrical-coordinate representation of color #307424: hue angle of 111º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307424 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 36 -
CMYK 0.59 0 0.69 0.55
HSL 111º 0.53% 0.3% -
HSV(B) 111º 0.69% 0.45% -
XYZ 7.78 13.25 3.82 -
YUV 86.55 99.47 100.5 -
System Red Green Blue C M Y K H S L
Decimal 48 116 36 0.59 0 0.69 0.55 111 0.53 0.3
Hex 30 74 24 3B 0 45 37 6F 35 1E
Octal 60 164 44 73 0 105 67 157 65 36
Binary 110000 1110100 100100 111011 0 1000101 110111 1101111 110101 11110

Color Harmonies of #307424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307424

Black with #307424

Text Example


Text Example

White with #307424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307424; }

 p { color: rgb(48,116,36); }

 H1.HeaderClassName
 {
   color: #307424;
 }
 .AnyTagClassName
 {
   color: #307424;
 }
</style>

background-color css

<style>
 a { background-color: #307424; }

 a { background-color: rgb(48,116,36); }

 div.DivClassName
 {
   background-color: #307424;
 }
 .BgClassName
 {
   background-color: #307424;
 }
</style>

border-color css

<style>
 span { border-color: #307424; }

 span { border-color: rgb(48,116,36); }

 td.TdClassName
 {
   border-color: #307424;
 }
 .TagClassName
 {
   border-color: #307424;
 }
</style>