Html Css Color HEX #417221 Bilbao

📋 copy color: '#417221'

red 65 ◦ green 114 ◦ blue 33

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

Shades of Bilbao #417221

Tints of Bilbao #417221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.57%

R = 30.66%
G = 53.77%
B = 15.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#417221 (or 0x417221) is known color: Bilbao. HEX triplet: 41, 72 and 21. RGB value is (65,114,33). Sum of RGB (Red+Green+Blue) = 65+114+33=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #417221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417221 is #BE8DDE. Grayscale: #5A5A5A. Windows color (decimal): -12488159 or 2191937. OLE color: 2191937.

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

Color convert

RGB 65 114 33 -
CMYK 0.43 0 0.71 0.55
HSL 96.3º 0.55% 0.29% -
HSV(B) 96.3º 0.71% 0.45% -
XYZ 8.47 13.27 3.55 -
YUV 90.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 65 114 33 0.43 0 0.71 0.55 96.3 0.55 0.29
Hex 41 72 21 2B 0 47 37 60 37 1D
Octal 101 162 41 53 0 107 67 140 67 35
Binary 1000001 1110010 100001 101011 0 1000111 110111 1100000 110111 11101

Color Harmonies of #417221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417221

Black with #417221

Text Example


Text Example

White with #417221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417221; }

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

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

background-color css

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

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

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

border-color css

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

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

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