Html Css Color HEX #417322 Bilbao

📋 copy color: '#417322'

red 65 ◦ green 115 ◦ blue 34

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

Shades of Bilbao #417322

Tints of Bilbao #417322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.74%

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

R = 30.37%
G = 53.74%
B = 15.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#417322 (or 0x417322) is known color: Bilbao. HEX triplet: 41, 73 and 22. RGB value is (65,115,34). Sum of RGB (Red+Green+Blue) = 65+115+34=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #417322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417322 is #BE8CDD. Grayscale: #5B5B5B. Windows color (decimal): -12487902 or 2257729. OLE color: 2257729.

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

Color convert

RGB 65 115 34 -
CMYK 0.43 0 0.70 0.55
HSL 97.04º 0.54% 0.29% -
HSV(B) 97.04º 0.7% 0.45% -
XYZ 8.6 13.5 3.67 -
YUV 90.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 65 115 34 0.43 0 0.70 0.55 97.04 0.54 0.29
Hex 41 73 22 2B 0 46 37 61 36 1D
Octal 101 163 42 53 0 106 67 141 66 35
Binary 1000001 1110011 100010 101011 0 1000110 110111 1100001 110110 11101

Color Harmonies of #417322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417322

Black with #417322

Text Example


Text Example

White with #417322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417322; }

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

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

background-color css

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

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

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

border-color css

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

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

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