Html Css Color HEX #327D19 Bilbao

📋 copy color: '#327D19'

red 50 ◦ green 125 ◦ blue 25

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

Shades of Bilbao #327D19

Tints of Bilbao #327D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.5%

R = 25%
G = 62.5%
B = 12.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.8

 K value IS 0.51

RGB Variations

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

Color information

#327D19 (or 0x327D19) is known color: Bilbao. HEX triplet: 32, 7D and 19. RGB value is (50,125,25). Sum of RGB (Red+Green+Blue) = 50+125+25=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #327D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327D19 is #CD82E6. Grayscale: #5B5B5B. Windows color (decimal): -13468391 or 1670450. OLE color: 1670450.

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

Color convert

RGB 50 125 25 -
CMYK 0.60 0 0.8 0.51
HSL 105º 0.67% 0.29% -
HSV(B) 105º 0.8% 0.49% -
XYZ 8.82 15.42 3.43 -
YUV 91.18 90.65 98.63 -
System Red Green Blue C M Y K H S L
Decimal 50 125 25 0.60 0 0.8 0.51 105 0.67 0.29
Hex 32 7D 19 3C 0 50 33 69 43 1D
Octal 62 175 31 74 0 120 63 151 103 35
Binary 110010 1111101 11001 111100 0 1010000 110011 1101001 1000011 11101

Color Harmonies of #327D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D19

Black with #327D19

Text Example


Text Example

White with #327D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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