Html Css Color HEX #327D10 Bilbao

📋 copy color: '#327D10'

red 50 ◦ green 125 ◦ blue 16

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

Shades of Bilbao #327D10

Tints of Bilbao #327D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.38%

R = 26.18%
G = 65.45%
B = 8.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#327D10 (or 0x327D10) is known color: Bilbao. HEX triplet: 32, 7D and 10. RGB value is (50,125,16). Sum of RGB (Red+Green+Blue) = 50+125+16=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #327D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327D10 is #CD82EF. Grayscale: #5A5A5A. Windows color (decimal): -13468400 or 1080626. OLE color: 1080626.

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

Color convert

RGB 50 125 16 -
CMYK 0.60 0 0.87 0.51
HSL 101.28º 0.77% 0.28% -
HSV(B) 101.28º 0.87% 0.49% -
XYZ 8.74 15.38 3 -
YUV 90.15 86.15 99.36 -
System Red Green Blue C M Y K H S L
Decimal 50 125 16 0.60 0 0.87 0.51 101.28 0.77 0.28
Hex 32 7D 10 3C 0 57 33 65 4D 1C
Octal 62 175 20 74 0 127 63 145 115 34
Binary 110010 1111101 10000 111100 0 1010111 110011 1100101 1001101 11100

Color Harmonies of #327D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D10

Black with #327D10

Text Example


Text Example

White with #327D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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