Html Css Color HEX #417429 Bilbao

📋 copy color: '#417429'

red 65 ◦ green 116 ◦ blue 41

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

Shades of Bilbao #417429

Tints of Bilbao #417429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.25%

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 29.28%
G = 52.25%
B = 18.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#417429 (or 0x417429) is known color: Bilbao. HEX triplet: 41, 74 and 29. RGB value is (65,116,41). Sum of RGB (Red+Green+Blue) = 65+116+41=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #417429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417429 is #BE8BD6. Grayscale: #5C5C5C. Windows color (decimal): -12487639 or 2716737. OLE color: 2716737.

HSL color Cylindrical-coordinate representation of color #417429: hue angle of 100.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417429 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 41 -
CMYK 0.44 0 0.65 0.55
HSL 100.8º 0.48% 0.31% -
HSV(B) 100.8º 0.65% 0.45% -
XYZ 8.83 13.77 4.29 -
YUV 92.2 99.1 108.6 -
System Red Green Blue C M Y K H S L
Decimal 65 116 41 0.44 0 0.65 0.55 100.8 0.48 0.31
Hex 41 74 29 2C 0 41 37 65 30 1F
Octal 101 164 51 54 0 101 67 145 60 37
Binary 1000001 1110100 101001 101100 0 1000001 110111 1100101 110000 11111

Color Harmonies of #417429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417429

Black with #417429

Text Example


Text Example

White with #417429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417429; }

 p { color: rgb(65,116,41); }

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

background-color css

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

 a { background-color: rgb(65,116,41); }

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

border-color css

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

 span { border-color: rgb(65,116,41); }

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