Html Css Color HEX #327705 Bilbao

📋 copy color: '#327705'

red 50 ◦ green 119 ◦ blue 5

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

Shades of Bilbao #327705

Tints of Bilbao #327705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 68.39%

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 28.74%
G = 68.39%
B = 2.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#327705 (or 0x327705) is known color: Bilbao. HEX triplet: 32, 77 and 05. RGB value is (50,119,5). Sum of RGB (Red+Green+Blue) = 50+119+5=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #327705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327705 is #CD88FA. Grayscale: #555555. Windows color (decimal): -13469947 or 358194. OLE color: 358194.

HSL color Cylindrical-coordinate representation of color #327705: hue angle of 96.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #327705 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 5 -
CMYK 0.58 0 0.96 0.53
HSL 96.32º 0.92% 0.24% -
HSV(B) 96.32º 0.96% 0.47% -
XYZ 7.94 13.88 2.4 -
YUV 85.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 50 119 5 0.58 0 0.96 0.53 96.32 0.92 0.24
Hex 32 77 5 3A 0 60 35 60 5C 18
Octal 62 167 5 72 0 140 65 140 134 30
Binary 110010 1110111 101 111010 0 1100000 110101 1100000 1011100 11000

Color Harmonies of #327705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327705

Black with #327705

Text Example


Text Example

White with #327705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327705; }

 p { color: rgb(50,119,5); }

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

background-color css

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

 a { background-color: rgb(50,119,5); }

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

border-color css

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

 span { border-color: rgb(50,119,5); }

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