Html Css Color HEX #417812 Bilbao

📋 copy color: '#417812'

red 65 ◦ green 120 ◦ blue 18

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

Shades of Bilbao #417812

Tints of Bilbao #417812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.11%

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

R = 32.02%
G = 59.11%
B = 8.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#417812 (or 0x417812) is known color: Bilbao. HEX triplet: 41, 78 and 12. RGB value is (65,120,18). Sum of RGB (Red+Green+Blue) = 65+120+18=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #417812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417812 is #BE87ED. Grayscale: #5C5C5C. Windows color (decimal): -12486638 or 1210433. OLE color: 1210433.

HSL color Cylindrical-coordinate representation of color #417812: hue angle of 92.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #417812 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 18 -
CMYK 0.46 0 0.85 0.53
HSL 92.35º 0.74% 0.27% -
HSV(B) 92.35º 0.85% 0.47% -
XYZ 9.01 14.6 2.92 -
YUV 91.93 86.28 108.79 -
System Red Green Blue C M Y K H S L
Decimal 65 120 18 0.46 0 0.85 0.53 92.35 0.74 0.27
Hex 41 78 12 2E 0 55 35 5C 4A 1B
Octal 101 170 22 56 0 125 65 134 112 33
Binary 1000001 1111000 10010 101110 0 1010101 110101 1011100 1001010 11011

Color Harmonies of #417812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417812

Black with #417812

Text Example


Text Example

White with #417812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417812; }

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

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

background-color css

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

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

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

border-color css

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

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

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