Html Css Color HEX #3D3E05 Turtle Green

📋 copy color: '#3D3E05'

red 61 ◦ green 62 ◦ blue 5

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

Shades of Turtle Green #3D3E05

Tints of Turtle Green #3D3E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 48.44%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 47.66%
G = 48.44%
B = 3.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.76

RGB Variations

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

Color information

#3D3E05 (or 0x3D3E05) is known color: Turtle Green. HEX triplet: 3D, 3E and 05. RGB value is (61,62,5). Sum of RGB (Red+Green+Blue) = 61+62+5=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #3D3E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3E05 is #C2C1FA. Grayscale: #373737. Windows color (decimal): -12763643 or 343613. OLE color: 343613.

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

Color convert

RGB 61 62 5 -
CMYK 0.02 0 0.92 0.76
HSL 61.05º 0.85% 0.13% -
HSV(B) 61.05º 0.92% 0.24% -
XYZ 3.67 4.45 0.81 -
YUV 55.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 61 62 5 0.02 0 0.92 0.76 61.05 0.85 0.13
Hex 3D 3E 5 2 0 5C 4C 3D 55 D
Octal 75 76 5 2 0 134 114 75 125 15
Binary 111101 111110 101 10 0 1011100 1001100 111101 1010101 1101

Color Harmonies of #3D3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3E05

Black with #3D3E05

Text Example


Text Example

White with #3D3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,62,5); }

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

background-color css

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

 a { background-color: rgb(61,62,5); }

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

border-color css

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

 span { border-color: rgb(61,62,5); }

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