Html Css Color HEX #327615 Bilbao

📋 copy color: '#327615'

red 50 ◦ green 118 ◦ blue 21

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

Shades of Bilbao #327615

Tints of Bilbao #327615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 62.43%

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

R = 26.46%
G = 62.43%
B = 11.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#327615 (or 0x327615) is known color: Bilbao. HEX triplet: 32, 76 and 15. RGB value is (50,118,21). Sum of RGB (Red+Green+Blue) = 50+118+21=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #327615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327615 is #CD89EA. Grayscale: #565656. Windows color (decimal): -13470187 or 1406514. OLE color: 1406514.

HSL color Cylindrical-coordinate representation of color #327615: hue angle of 102.06º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #327615 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 21 -
CMYK 0.58 0 0.82 0.54
HSL 102.06º 0.7% 0.27% -
HSV(B) 102.06º 0.82% 0.46% -
XYZ 7.93 13.69 2.93 -
YUV 86.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 50 118 21 0.58 0 0.82 0.54 102.06 0.7 0.27
Hex 32 76 15 3A 0 52 36 66 46 1B
Octal 62 166 25 72 0 122 66 146 106 33
Binary 110010 1110110 10101 111010 0 1010010 110110 1100110 1000110 11011

Color Harmonies of #327615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327615

Black with #327615

Text Example


Text Example

White with #327615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327615; }

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

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

background-color css

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

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

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

border-color css

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

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

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