Html Css Color HEX #418212 Bilbao

📋 copy color: '#418212'

red 65 ◦ green 130 ◦ blue 18

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

Shades of Bilbao #418212

Tints of Bilbao #418212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.03%

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

R = 30.52%
G = 61.03%
B = 8.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#418212 (or 0x418212) is known color: Bilbao. HEX triplet: 41, 82 and 12. RGB value is (65,130,18). Sum of RGB (Red+Green+Blue) = 65+130+18=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #418212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418212 is #BE7DED. Grayscale: #626262. Windows color (decimal): -12484078 or 1212993. OLE color: 1212993.

HSL color Cylindrical-coordinate representation of color #418212: hue angle of 94.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #418212 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 18 -
CMYK 0.50 0 0.86 0.49
HSL 94.82º 0.76% 0.29% -
HSV(B) 94.82º 0.86% 0.51% -
XYZ 10.27 17.13 3.34 -
YUV 97.8 82.97 104.61 -
System Red Green Blue C M Y K H S L
Decimal 65 130 18 0.50 0 0.86 0.49 94.82 0.76 0.29
Hex 41 82 12 32 0 56 31 5F 4C 1D
Octal 101 202 22 62 0 126 61 137 114 35
Binary 1000001 10000010 10010 110010 0 1010110 110001 1011111 1001100 11101

Color Harmonies of #418212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418212

Black with #418212

Text Example


Text Example

White with #418212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418212; }

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

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

background-color css

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

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

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

border-color css

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

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

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