Html Css Color HEX #327913 Bilbao

📋 copy color: '#327913'

red 50 ◦ green 121 ◦ blue 19

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

Shades of Bilbao #327913

Tints of Bilbao #327913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 63.68%

 BLUE value IS 19 (7.81% from 255) = 10%

R = 26.32%
G = 63.68%
B = 10%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#327913 (or 0x327913) is known color: Bilbao. HEX triplet: 32, 79 and 13. RGB value is (50,121,19). Sum of RGB (Red+Green+Blue) = 50+121+19=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 121 (47.66% from 255 or 63.68% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 121 - color contains mainly: green. Hex color #327913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327913 is #CD86EC. Grayscale: #585858. Windows color (decimal): -13469421 or 1276210. OLE color: 1276210.

HSL color Cylindrical-coordinate representation of color #327913: hue angle of 101.76º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #327913 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 19 -
CMYK 0.59 0 0.84 0.53
HSL 101.76º 0.73% 0.27% -
HSV(B) 101.76º 0.84% 0.47% -
XYZ 8.27 14.4 2.96 -
YUV 88.14 88.98 100.79 -
System Red Green Blue C M Y K H S L
Decimal 50 121 19 0.59 0 0.84 0.53 101.76 0.73 0.27
Hex 32 79 13 3B 0 54 35 66 49 1B
Octal 62 171 23 73 0 124 65 146 111 33
Binary 110010 1111001 10011 111011 0 1010100 110101 1100110 1001001 11011

Color Harmonies of #327913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327913

Black with #327913

Text Example


Text Example

White with #327913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327913; }

 p { color: rgb(50,121,19); }

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

background-color css

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

 a { background-color: rgb(50,121,19); }

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

border-color css

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

 span { border-color: rgb(50,121,19); }

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