Html Css Color HEX #367320 Bilbao

📋 copy color: '#367320'

red 54 ◦ green 115 ◦ blue 32

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

Shades of Bilbao #367320

Tints of Bilbao #367320

RGB

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

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

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

R = 26.87%
G = 57.21%
B = 15.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#367320 (or 0x367320) is known color: Bilbao. HEX triplet: 36, 73 and 20. RGB value is (54,115,32). Sum of RGB (Red+Green+Blue) = 54+115+32=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #367320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367320 is #C98CDF. Grayscale: #575757. Windows color (decimal): -13208800 or 2126646. OLE color: 2126646.

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

Color convert

RGB 54 115 32 -
CMYK 0.53 0 0.72 0.55
HSL 104.1º 0.56% 0.29% -
HSV(B) 104.1º 0.72% 0.45% -
XYZ 7.91 13.15 3.49 -
YUV 87.3 96.79 104.25 -
System Red Green Blue C M Y K H S L
Decimal 54 115 32 0.53 0 0.72 0.55 104.1 0.56 0.29
Hex 36 73 20 35 0 48 37 68 38 1D
Octal 66 163 40 65 0 110 67 150 70 35
Binary 110110 1110011 100000 110101 0 1001000 110111 1101000 111000 11101

Color Harmonies of #367320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367320

Black with #367320

Text Example


Text Example

White with #367320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367320; }

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

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

background-color css

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

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

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

border-color css

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

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

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