Html Css Color HEX #367520 Bilbao

📋 copy color: '#367520'

red 54 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #367520

Tints of Bilbao #367520

RGB

 RED value IS 54 (21.48% from 255) = 26.6%

 GREEN value IS 117 (46.09% from 255) = 57.64%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 26.6%
G = 57.64%
B = 15.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#367520 (or 0x367520) is known color: Bilbao. HEX triplet: 36, 75 and 20. RGB value is (54,117,32). Sum of RGB (Red+Green+Blue) = 54+117+32=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #367520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367520 is #C98ADF. Grayscale: #585858. Windows color (decimal): -13208288 or 2127158. OLE color: 2127158.

HSL color Cylindrical-coordinate representation of color #367520: hue angle of 104.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #367520 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 32 -
CMYK 0.54 0 0.73 0.54
HSL 104.47º 0.57% 0.29% -
HSV(B) 104.47º 0.73% 0.46% -
XYZ 8.14 13.61 3.56 -
YUV 88.47 96.13 103.41 -
System Red Green Blue C M Y K H S L
Decimal 54 117 32 0.54 0 0.73 0.54 104.47 0.57 0.29
Hex 36 75 20 36 0 49 36 68 39 1D
Octal 66 165 40 66 0 111 66 150 71 35
Binary 110110 1110101 100000 110110 0 1001001 110110 1101000 111001 11101

Color Harmonies of #367520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367520

Black with #367520

Text Example


Text Example

White with #367520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367520; }

 p { color: rgb(54,117,32); }

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

background-color css

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

 a { background-color: rgb(54,117,32); }

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

border-color css

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

 span { border-color: rgb(54,117,32); }

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