Html Css Color HEX #327500 Bilbao

📋 copy color: '#327500'

red 50 ◦ green 117 ◦ blue 0

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

Shades of Bilbao #327500

Tints of Bilbao #327500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 70.06%

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

R = 29.94%
G = 70.06%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#327500 (or 0x327500) is known color: Bilbao. HEX triplet: 32, 75 and 00. RGB value is (50,117,0). Sum of RGB (Red+Green+Blue) = 50+117+0=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #327500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327500 is #CD8AFF. Grayscale: #545454. Windows color (decimal): -13470464 or 30002. OLE color: 30002.

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

Color convert

RGB 50 117 0 -
CMYK 0.57 0 1 0.54
HSL 94.36º 1% 0.23% -
HSV(B) 94.36º 1% 0.46% -
XYZ 7.68 13.4 2.18 -
YUV 83.63 80.8 104.01 -
System Red Green Blue C M Y K H S L
Decimal 50 117 0 0.57 0 1 0.54 94.36 1 0.23
Hex 32 75 0 39 0 64 36 5E 64 17
Octal 62 165 0 71 0 144 66 136 144 27
Binary 110010 1110101 0 111001 0 1100100 110110 1011110 1100100 10111

Color Harmonies of #327500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327500

Black with #327500

Text Example


Text Example

White with #327500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327500; }

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

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

background-color css

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

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

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

border-color css

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

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

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