Html Css Color HEX #327727 Bilbao

📋 copy color: '#327727'

red 50 ◦ green 119 ◦ blue 39

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

Shades of Bilbao #327727

Tints of Bilbao #327727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.21%

 BLUE value IS 39 (15.63% from 255) = 18.75%

R = 24.04%
G = 57.21%
B = 18.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#327727 (or 0x327727) is known color: Bilbao. HEX triplet: 32, 77 and 27. RGB value is (50,119,39). Sum of RGB (Red+Green+Blue) = 50+119+39=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #327727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327727 is #CD88D8. Grayscale: #595959. Windows color (decimal): -13469913 or 2586418. OLE color: 2586418.

HSL color Cylindrical-coordinate representation of color #327727: hue angle of 111.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327727 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 39 -
CMYK 0.58 0 0.67 0.53
HSL 111.75º 0.51% 0.31% -
HSV(B) 111.75º 0.67% 0.47% -
XYZ 8.28 14.02 4.19 -
YUV 89.25 99.64 100 -
System Red Green Blue C M Y K H S L
Decimal 50 119 39 0.58 0 0.67 0.53 111.75 0.51 0.31
Hex 32 77 27 3A 0 43 35 70 33 1F
Octal 62 167 47 72 0 103 65 160 63 37
Binary 110010 1110111 100111 111010 0 1000011 110101 1110000 110011 11111

Color Harmonies of #327727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327727

Black with #327727

Text Example


Text Example

White with #327727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327727; }

 p { color: rgb(50,119,39); }

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

background-color css

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

 a { background-color: rgb(50,119,39); }

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

border-color css

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

 span { border-color: rgb(50,119,39); }

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