Html Css Color HEX #327D00 Bilbao

📋 copy color: '#327D00'

red 50 ◦ green 125 ◦ blue 0

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

Shades of Bilbao #327D00

Tints of Bilbao #327D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 71.43%

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

R = 28.57%
G = 71.43%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#327D00 (or 0x327D00) is known color: Bilbao. HEX triplet: 32, 7D and 00. RGB value is (50,125,0). Sum of RGB (Red+Green+Blue) = 50+125+0=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 125 (49.22% from 255 or 71.43% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 125 - color contains mainly: green. Hex color #327D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327D00 is #CD82FF. Grayscale: #585858. Windows color (decimal): -13468416 or 32050. OLE color: 32050.

HSL color Cylindrical-coordinate representation of color #327D00: hue angle of 96º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #327D00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 125 0 -
CMYK 0.60 0 1 0.51
HSL 96º 1% 0.25% -
HSV(B) 96º 1% 0.49% -
XYZ 8.65 15.35 2.51 -
YUV 88.33 78.15 100.66 -
System Red Green Blue C M Y K H S L
Decimal 50 125 0 0.60 0 1 0.51 96 1 0.25
Hex 32 7D 0 3C 0 64 33 60 64 19
Octal 62 175 0 74 0 144 63 140 144 31
Binary 110010 1111101 0 111100 0 1100100 110011 1100000 1100100 11001

Color Harmonies of #327D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D00

Black with #327D00

Text Example


Text Example

White with #327D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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