Html Css Color HEX #418718 Bilbao

📋 copy color: '#418718'

red 65 ◦ green 135 ◦ blue 24

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

Shades of Bilbao #418718

Tints of Bilbao #418718

RGB

 RED value IS 65 (25.78% from 255) = 29.02%

 GREEN value IS 135 (53.13% from 255) = 60.27%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 29.02%
G = 60.27%
B = 10.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#418718 (or 0x418718) is known color: Bilbao. HEX triplet: 41, 87 and 18. RGB value is (65,135,24). Sum of RGB (Red+Green+Blue) = 65+135+24=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #418718 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418718 is #BE78E7. Grayscale: #656565. Windows color (decimal): -12482792 or 1607489. OLE color: 1607489.

HSL color Cylindrical-coordinate representation of color #418718: hue angle of 97.84º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #418718 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 24 -
CMYK 0.52 0 0.82 0.47
HSL 97.84º 0.7% 0.31% -
HSV(B) 97.84º 0.82% 0.53% -
XYZ 11.01 18.52 3.86 -
YUV 101.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 65 135 24 0.52 0 0.82 0.47 97.84 0.7 0.31
Hex 41 87 18 34 0 52 2F 62 46 1F
Octal 101 207 30 64 0 122 57 142 106 37
Binary 1000001 10000111 11000 110100 0 1010010 101111 1100010 1000110 11111

Color Harmonies of #418718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418718

Black with #418718

Text Example


Text Example

White with #418718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418718; }

 p { color: rgb(65,135,24); }

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

background-color css

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

 a { background-color: rgb(65,135,24); }

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

border-color css

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

 span { border-color: rgb(65,135,24); }

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