Html Css Color HEX #417214 Bilbao

📋 copy color: '#417214'

red 65 ◦ green 114 ◦ blue 20

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

Shades of Bilbao #417214

Tints of Bilbao #417214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57.29%

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 32.66%
G = 57.29%
B = 10.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#417214 (or 0x417214) is known color: Bilbao. HEX triplet: 41, 72 and 14. RGB value is (65,114,20). Sum of RGB (Red+Green+Blue) = 65+114+20=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #417214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417214 is #BE8DEB. Grayscale: #585858. Windows color (decimal): -12488172 or 1339969. OLE color: 1339969.

HSL color Cylindrical-coordinate representation of color #417214: hue angle of 91.28º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #417214 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 114 20 -
CMYK 0.43 0 0.82 0.55
HSL 91.28º 0.7% 0.26% -
HSV(B) 91.28º 0.82% 0.45% -
XYZ 8.32 13.21 2.77 -
YUV 88.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 65 114 20 0.43 0 0.82 0.55 91.28 0.7 0.26
Hex 41 72 14 2B 0 52 37 5B 46 1A
Octal 101 162 24 53 0 122 67 133 106 32
Binary 1000001 1110010 10100 101011 0 1010010 110111 1011011 1000110 11010

Color Harmonies of #417214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417214

Black with #417214

Text Example


Text Example

White with #417214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417214; }

 p { color: rgb(65,114,20); }

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

background-color css

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

 a { background-color: rgb(65,114,20); }

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

border-color css

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

 span { border-color: rgb(65,114,20); }

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