Html Css Color HEX #3D3E12 Turtle Green

📋 copy color: '#3D3E12'

red 61 ◦ green 62 ◦ blue 18

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

Shades of Turtle Green #3D3E12

Tints of Turtle Green #3D3E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 43.26%
G = 43.97%
B = 12.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.76

RGB Variations

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

Color information

#3D3E12 (or 0x3D3E12) is known color: Turtle Green. HEX triplet: 3D, 3E and 12. RGB value is (61,62,18). Sum of RGB (Red+Green+Blue) = 61+62+18=141 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.26% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #3D3E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3E12 is #C2C1ED. Grayscale: #383838. Windows color (decimal): -12763630 or 1195581. OLE color: 1195581.

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

Color convert

RGB 61 62 18 -
CMYK 0.02 0 0.71 0.76
HSL 61.36º 0.55% 0.16% -
HSV(B) 61.36º 0.71% 0.24% -
XYZ 3.76 4.48 1.24 -
YUV 56.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 61 62 18 0.02 0 0.71 0.76 61.36 0.55 0.16
Hex 3D 3E 12 2 0 47 4C 3D 37 10
Octal 75 76 22 2 0 107 114 75 67 20
Binary 111101 111110 10010 10 0 1000111 1001100 111101 110111 10000

Color Harmonies of #3D3E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3E12

Black with #3D3E12

Text Example


Text Example

White with #3D3E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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