#27320B

Color #27320B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #27320B

Tints of Turtle Green #27320B

Color information

#27320B (or 0x27320B) is unknown color: approx Turtle Green. HEX triplet: 27, 32 and 0B. RGB value is (39,50,11). Sum of RGB (Red+Green+Blue) = 39+50+11=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #27320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27320B is #D8CDF4. Grayscale: #2A2A2A. Windows color (decimal): -14208501 or 733735. OLE color: 733735.

HSL color Cylindrical-coordinate representation of color #27320B: hue angle of 76.92º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27320B is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB395011-
CMYK0.2200.780.80
HSL76.92º63.93%11.96%-
HSV(B)76.92º78%19.61%-
XYZ2.042.740.74-
YUV42.26110.36125.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 11%
R=39%
G=50%
B=11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3950110.2200.780.8076.9263.9311.96
Hex2732B1604E504d40c
Octal47621326011612011510014
Binary100111110010101110110010011101010000100110110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27320B; }

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

 H1.HeaderClassName
 {
   color: #27320B;
 }
 .AnyTagClassName
 {
   color: #27320B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #27320B;
 }
 .BgClassName
 {
   background-color: #27320B;
 }
</style>
border-color css

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

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

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