Html Css Color HEX #327F08 Bilbao

📋 copy color: '#327F08'

red 50 ◦ green 127 ◦ blue 8

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

Shades of Bilbao #327F08

Tints of Bilbao #327F08

RGB

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

 GREEN value IS 127 (50% from 255) = 68.65%

 BLUE value IS 8 (3.52% from 255) = 4.32%

R = 27.03%
G = 68.65%
B = 4.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#327F08 (or 0x327F08) is known color: Bilbao. HEX triplet: 32, 7F and 08. RGB value is (50,127,8). Sum of RGB (Red+Green+Blue) = 50+127+8=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 127 (50% from 255 or 68.65% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 127 - color contains mainly: green. Hex color #327F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327F08 is #CD80F7. Grayscale: #5A5A5A. Windows color (decimal): -13467896 or 556850. OLE color: 556850.

HSL color Cylindrical-coordinate representation of color #327F08: hue angle of 98.82º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #327F08 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 8 -
CMYK 0.61 0 0.94 0.50
HSL 98.82º 0.88% 0.26% -
HSV(B) 98.82º 0.94% 0.5% -
XYZ 8.95 15.87 2.82 -
YUV 90.41 81.49 99.18 -
System Red Green Blue C M Y K H S L
Decimal 50 127 8 0.61 0 0.94 0.50 98.82 0.88 0.26
Hex 32 7F 8 3D 0 5E 32 63 58 1A
Octal 62 177 10 75 0 136 62 143 130 32
Binary 110010 1111111 1000 111101 0 1011110 110010 1100011 1011000 11010

Color Harmonies of #327F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F08

Black with #327F08

Text Example


Text Example

White with #327F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,127,8); }

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

background-color css

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

 a { background-color: rgb(50,127,8); }

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

border-color css

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

 span { border-color: rgb(50,127,8); }

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