Html Css Color HEX #3D3C02 Turtle Green

📋 copy color: '#3D3C02'

red 61 ◦ green 60 ◦ blue 2

#3D3C02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #3D3C02

Tints of Turtle Green #3D3C02

RGB

 RED value IS 61 (24.22% from 255) = 49.59%

 GREEN value IS 60 (23.83% from 255) = 48.78%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 49.59%
G = 48.78%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3D3C02 (or 0x3D3C02) is known color: Turtle Green. HEX triplet: 3D, 3C and 02. RGB value is (61,60,2). Sum of RGB (Red+Green+Blue) = 61+60+2=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3C02 is #C2C3FD. Grayscale: #353535. Windows color (decimal): -12764158 or 146493. OLE color: 146493.

HSL color Cylindrical-coordinate representation of color #3D3C02: hue angle of 58.98º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D3C02 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 60 2 -
CMYK 0 0.02 0.97 0.76
HSL 58.98º 0.94% 0.12% -
HSV(B) 58.98º 0.97% 0.24% -
XYZ 3.55 4.23 0.69 -
YUV 53.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 61 60 2 0 0.02 0.97 0.76 58.98 0.94 0.12
Hex 3D 3C 2 0 2 61 4C 3B 5E C
Octal 75 74 2 0 2 141 114 73 136 14
Binary 111101 111100 10 0 10 1100001 1001100 111011 1011110 1100

Color Harmonies of #3D3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C02

Black with #3D3C02

Text Example


Text Example

White with #3D3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3C02;
 }
 .AnyTagClassName
 {
   color: #3D3C02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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