Html Css Color HEX #307524 Bilbao

📋 copy color: '#307524'

red 48 ◦ green 117 ◦ blue 36

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

Shades of Bilbao #307524

Tints of Bilbao #307524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.21%

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

R = 23.88%
G = 58.21%
B = 17.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#307524 (or 0x307524) is known color: Bilbao. HEX triplet: 30, 75 and 24. RGB value is (48,117,36). Sum of RGB (Red+Green+Blue) = 48+117+36=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #307524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307524 is #CF8ADB. Grayscale: #575757. Windows color (decimal): -13601500 or 2389296. OLE color: 2389296.

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

Color convert

RGB 48 117 36 -
CMYK 0.59 0 0.69 0.54
HSL 111.11º 0.53% 0.3% -
HSV(B) 111.11º 0.69% 0.46% -
XYZ 7.9 13.48 3.85 -
YUV 87.14 99.14 100.09 -
System Red Green Blue C M Y K H S L
Decimal 48 117 36 0.59 0 0.69 0.54 111.11 0.53 0.3
Hex 30 75 24 3B 0 45 36 6F 35 1E
Octal 60 165 44 73 0 105 66 157 65 36
Binary 110000 1110101 100100 111011 0 1000101 110110 1101111 110101 11110

Color Harmonies of #307524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307524

Black with #307524

Text Example


Text Example

White with #307524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307524; }

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

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

background-color css

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

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

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

border-color css

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

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

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