Html Css Color HEX #417321 Bilbao

📋 copy color: '#417321'

red 65 ◦ green 115 ◦ blue 33

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

Shades of Bilbao #417321

Tints of Bilbao #417321

RGB

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

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

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

R = 30.52%
G = 53.99%
B = 15.49%

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

#417321 (or 0x417321) is known color: Bilbao. HEX triplet: 41, 73 and 21. RGB value is (65,115,33). Sum of RGB (Red+Green+Blue) = 65+115+33=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #417321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417321 is #BE8CDE. Grayscale: #5A5A5A. Windows color (decimal): -12487903 or 2192193. OLE color: 2192193.

HSL color Cylindrical-coordinate representation of color #417321: hue angle of 96.59º 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 #417321 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 115 33 -
CMYK 0.43 0 0.71 0.55
HSL 96.59º 0.55% 0.29% -
HSV(B) 96.59º 0.71% 0.45% -
XYZ 8.59 13.5 3.59 -
YUV 90.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 65 115 33 0.43 0 0.71 0.55 96.59 0.55 0.29
Hex 41 73 21 2B 0 47 37 61 37 1D
Octal 101 163 41 53 0 107 67 141 67 35
Binary 1000001 1110011 100001 101011 0 1000111 110111 1100001 110111 11101

Color Harmonies of #417321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417321

Black with #417321

Text Example


Text Example

White with #417321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417321; }

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

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

background-color css

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

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

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

border-color css

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

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

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