Html Css Color HEX #327115 Bilbao

📋 copy color: '#327115'

red 50 ◦ green 113 ◦ blue 21

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

Shades of Bilbao #327115

Tints of Bilbao #327115

RGB

 RED value IS 50 (19.92% from 255) = 27.17%

 GREEN value IS 113 (44.53% from 255) = 61.41%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 27.17%
G = 61.41%
B = 11.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#327115 (or 0x327115) is known color: Bilbao. HEX triplet: 32, 71 and 15. RGB value is (50,113,21). Sum of RGB (Red+Green+Blue) = 50+113+21=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #327115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327115 is #CD8EEA. Grayscale: #535353. Windows color (decimal): -13471467 or 1405234. OLE color: 1405234.

HSL color Cylindrical-coordinate representation of color #327115: hue angle of 101.09º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #327115 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 21 -
CMYK 0.56 0 0.81 0.56
HSL 101.09º 0.69% 0.26% -
HSV(B) 101.09º 0.81% 0.44% -
XYZ 7.36 12.54 2.74 -
YUV 83.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 50 113 21 0.56 0 0.81 0.56 101.09 0.69 0.26
Hex 32 71 15 38 0 51 38 65 45 1A
Octal 62 161 25 70 0 121 70 145 105 32
Binary 110010 1110001 10101 111000 0 1010001 111000 1100101 1000101 11010

Color Harmonies of #327115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327115

Black with #327115

Text Example


Text Example

White with #327115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327115; }

 p { color: rgb(50,113,21); }

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

background-color css

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

 a { background-color: rgb(50,113,21); }

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

border-color css

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

 span { border-color: rgb(50,113,21); }

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