Html Css Color HEX #417432 Bilbao

📋 copy color: '#417432'

red 65 ◦ green 116 ◦ blue 50

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

Shades of Bilbao #417432

Tints of Bilbao #417432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 28.14%
G = 50.22%
B = 21.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#417432 (or 0x417432) is known color: Bilbao. HEX triplet: 41, 74 and 32. RGB value is (65,116,50). Sum of RGB (Red+Green+Blue) = 65+116+50=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #417432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417432 is #BE8BCD. Grayscale: #5D5D5D. Windows color (decimal): -12487630 or 3306561. OLE color: 3306561.

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

Color convert

RGB 65 116 50 -
CMYK 0.44 0 0.57 0.55
HSL 106.36º 0.4% 0.33% -
HSV(B) 106.36º 0.57% 0.45% -
XYZ 9 13.84 5.22 -
YUV 93.23 103.6 107.87 -
System Red Green Blue C M Y K H S L
Decimal 65 116 50 0.44 0 0.57 0.55 106.36 0.4 0.33
Hex 41 74 32 2C 0 39 37 6A 28 21
Octal 101 164 62 54 0 71 67 152 50 41
Binary 1000001 1110100 110010 101100 0 111001 110111 1101010 101000 100001

Color Harmonies of #417432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417432

Black with #417432

Text Example


Text Example

White with #417432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417432; }

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

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

background-color css

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

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

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

border-color css

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

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

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