Html Css Color HEX #417122 Bilbao

📋 copy color: '#417122'

red 65 ◦ green 113 ◦ blue 34

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

Shades of Bilbao #417122

Tints of Bilbao #417122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 30.66%
G = 53.3%
B = 16.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#417122 (or 0x417122) is known color: Bilbao. HEX triplet: 41, 71 and 22. RGB value is (65,113,34). Sum of RGB (Red+Green+Blue) = 65+113+34=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #417122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417122 is #BE8EDD. Grayscale: #595959. Windows color (decimal): -12488414 or 2257217. OLE color: 2257217.

HSL color Cylindrical-coordinate representation of color #417122: hue angle of 96.46º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #417122 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 113 34 -
CMYK 0.42 0 0.70 0.56
HSL 96.46º 0.54% 0.29% -
HSV(B) 96.46º 0.7% 0.44% -
XYZ 8.37 13.05 3.59 -
YUV 89.64 96.6 110.42 -
System Red Green Blue C M Y K H S L
Decimal 65 113 34 0.42 0 0.70 0.56 96.46 0.54 0.29
Hex 41 71 22 2A 0 46 38 60 36 1D
Octal 101 161 42 52 0 106 70 140 66 35
Binary 1000001 1110001 100010 101010 0 1000110 111000 1100000 110110 11101

Color Harmonies of #417122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417122

Black with #417122

Text Example


Text Example

White with #417122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417122; }

 p { color: rgb(65,113,34); }

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

background-color css

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

 a { background-color: rgb(65,113,34); }

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

border-color css

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

 span { border-color: rgb(65,113,34); }

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