Html Css Color HEX #327700 Bilbao

📋 copy color: '#327700'

red 50 ◦ green 119 ◦ blue 0

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

Shades of Bilbao #327700

Tints of Bilbao #327700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.59%
G = 70.41%
B = 0%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#327700 (or 0x327700) is known color: Bilbao. HEX triplet: 32, 77 and 00. RGB value is (50,119,0). Sum of RGB (Red+Green+Blue) = 50+119+0=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 119 (46.88% from 255 or 70.41% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 119 - color contains mainly: green. Hex color #327700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327700 is #CD88FF. Grayscale: #555555. Windows color (decimal): -13469952 or 30514. OLE color: 30514.

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

Color convert

RGB 50 119 0 -
CMYK 0.58 0 1 0.53
HSL 94.79º 1% 0.23% -
HSV(B) 94.79º 1% 0.47% -
XYZ 7.91 13.87 2.26 -
YUV 84.8 80.14 103.18 -
System Red Green Blue C M Y K H S L
Decimal 50 119 0 0.58 0 1 0.53 94.79 1 0.23
Hex 32 77 0 3A 0 64 35 5F 64 17
Octal 62 167 0 72 0 144 65 137 144 27
Binary 110010 1110111 0 111010 0 1100100 110101 1011111 1100100 10111

Color Harmonies of #327700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327700

Black with #327700

Text Example


Text Example

White with #327700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327700; }

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

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

background-color css

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

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

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

border-color css

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

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

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