Html Css Color HEX #3E410A Turtle Green

📋 copy color: '#3E410A'

red 62 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #3E410A

Tints of Turtle Green #3E410A

RGB

 RED value IS 62 (24.61% from 255) = 45.26%

 GREEN value IS 65 (25.78% from 255) = 47.45%

 BLUE value IS 10 (4.3% from 255) = 7.3%

R = 45.26%
G = 47.45%
B = 7.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#3E410A (or 0x3E410A) is known color: Turtle Green. HEX triplet: 3E, 41 and 0A. RGB value is (62,65,10). Sum of RGB (Red+Green+Blue) = 62+65+10=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #3E410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E410A is #C1BEF5. Grayscale: #3A3A3A. Windows color (decimal): -12697334 or 672062. OLE color: 672062.

HSL color Cylindrical-coordinate representation of color #3E410A: hue angle of 63.27º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E410A is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 65 10 -
CMYK 0.05 0 0.85 0.75
HSL 63.27º 0.73% 0.15% -
HSV(B) 63.27º 0.85% 0.25% -
XYZ 3.93 4.83 1.01 -
YUV 57.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 62 65 10 0.05 0 0.85 0.75 63.27 0.73 0.15
Hex 3E 41 A 5 0 55 4B 3F 49 F
Octal 76 101 12 5 0 125 113 77 111 17
Binary 111110 1000001 1010 101 0 1010101 1001011 111111 1001001 1111

Color Harmonies of #3E410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E410A

Black with #3E410A

Text Example


Text Example

White with #3E410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,10); }

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

background-color css

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

 a { background-color: rgb(62,65,10); }

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

border-color css

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

 span { border-color: rgb(62,65,10); }

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