#3D4302

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

Shades of Turtle Green #3D4302

Tints of Turtle Green #3D4302

Color information

#3D4302 (or 0x3D4302) is unknown color: approx Turtle Green. HEX triplet: 3D, 43 and 02. RGB value is (61,67,2). Sum of RGB (Red+Green+Blue) = 61+67+2=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4302 is #C2BCFD. Grayscale: #3A3A3A. Windows color (decimal): -12762366 or 148285. OLE color: 148285.

HSL color Cylindrical-coordinate representation of color #3D4302: hue angle of 65.54º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D4302 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB61672-
CMYK0.0900.970.74
HSL65.54º94.2%13.53%-
HSV(B)65.54º97.01%26.27%-
XYZ3.945.010.82-
YUV57.896.51130.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.92%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=46.92%
G=51.54%
B=1.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal616720.0900.970.7465.5494.213.53
Hex3D43290614A425ee
Octal75103211014111210213616
Binary1111011000011101001011000011001010100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,67,2); }

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

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

 a { background-color: rgb(61,67,2); }

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

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

 span { border-color: rgb(61,67,2); }

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