#32380C

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

Shades of Turtle Green #32380C

Tints of Turtle Green #32380C

Color information

#32380C (or 0x32380C) is unknown color: approx Turtle Green. HEX triplet: 32, 38 and 0C. RGB value is (50,56,12). Sum of RGB (Red+Green+Blue) = 50+56+12=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #32380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32380C is #CDC7F3. Grayscale: #313131. Windows color (decimal): -13486068 or 800818. OLE color: 800818.

HSL color Cylindrical-coordinate representation of color #32380C: hue angle of 68.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32380C is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB505612-
CMYK0.1100.790.78
HSL68.18º64.71%13.33%-
HSV(B)68.18º78.57%21.96%-
XYZ2.83.530.88-
YUV49.19107.01128.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 56 (22.27% from 255) = 47.46%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=42.37%
G=47.46%
B=10.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5056120.1100.790.7868.1864.7113.33
Hex3238CB04F4E4441d
Octal62701413011711610410115
Binary11001011100011001011010011111001110100010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32380C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32380C; }

 p { color: rgb(50,56,12); }

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

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

 a { background-color: rgb(50,56,12); }

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

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

 span { border-color: rgb(50,56,12); }

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