#323F0B

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

Shades of Turtle Green #323F0B

Tints of Turtle Green #323F0B

Color information

#323F0B (or 0x323F0B) is unknown color: approx Turtle Green. HEX triplet: 32, 3F and 0B. RGB value is (50,63,11). Sum of RGB (Red+Green+Blue) = 50+63+11=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #323F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F0B is #CDC0F4. Grayscale: #353535. Windows color (decimal): -13484277 or 737074. OLE color: 737074.

HSL color Cylindrical-coordinate representation of color #323F0B: hue angle of 75º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #323F0B is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB506311-
CMYK0.2100.830.75
HSL75º70.27%14.51%-
HSV(B)75º82.54%24.71%-
XYZ3.154.260.97-
YUV53.18104.19125.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 63 (25% from 255) = 50.81%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=40.32%
G=50.81%
B=8.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063110.2100.830.757570.2714.51
Hex323FB150534B4b46f
Octal62771325012311311310617
Binary110010111111101110101010100111001011100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323F0B; }

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

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

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

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

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

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

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

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