Html Css Color HEX #418712 Bilbao

📋 copy color: '#418712'

red 65 ◦ green 135 ◦ blue 18

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

Shades of Bilbao #418712

Tints of Bilbao #418712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 29.82%
G = 61.93%
B = 8.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#418712 (or 0x418712) is known color: Bilbao. HEX triplet: 41, 87 and 12. RGB value is (65,135,18). Sum of RGB (Red+Green+Blue) = 65+135+18=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #418712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418712 is #BE78ED. Grayscale: #656565. Windows color (decimal): -12482798 or 1214273. OLE color: 1214273.

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

Color convert

RGB 65 135 18 -
CMYK 0.52 0 0.87 0.47
HSL 95.9º 0.76% 0.3% -
HSV(B) 95.9º 0.87% 0.53% -
XYZ 10.95 18.5 3.56 -
YUV 100.73 81.31 102.51 -
System Red Green Blue C M Y K H S L
Decimal 65 135 18 0.52 0 0.87 0.47 95.9 0.76 0.3
Hex 41 87 12 34 0 57 2F 60 4C 1E
Octal 101 207 22 64 0 127 57 140 114 36
Binary 1000001 10000111 10010 110100 0 1010111 101111 1100000 1001100 11110

Color Harmonies of #418712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418712

Black with #418712

Text Example


Text Example

White with #418712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418712; }

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

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

background-color css

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

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

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

border-color css

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

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

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