#3C3A0B

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

Shades of Turtle Green #3C3A0B

Tints of Turtle Green #3C3A0B

Color information

#3C3A0B (or 0x3C3A0B) is unknown color: approx Turtle Green. HEX triplet: 3C, 3A and 0B. RGB value is (60,58,11). Sum of RGB (Red+Green+Blue) = 60+58+11=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3A0B is #C3C5F4. Grayscale: #353535. Windows color (decimal): -12830197 or 735804. OLE color: 735804.

HSL color Cylindrical-coordinate representation of color #3C3A0B: hue angle of 57.55º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C3A0B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB605811-
CMYK00.030.820.76
HSL57.55º69.01%13.92%-
HSV(B)57.55º81.67%23.53%-
XYZ3.444.010.91-
YUV53.24104.16132.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.51%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=46.51%
G=44.96%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60581100.030.820.7657.5569.0113.92
Hex3C3AB03524C3a45e
Octal747213031221147210516
Binary11110011101010110111010010100110011101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3A0B; }

 p { color: rgb(60,58,11); }

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

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

 a { background-color: rgb(60,58,11); }

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

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

 span { border-color: rgb(60,58,11); }

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