Html Css Color HEX #3E450A Turtle Green

📋 copy color: '#3E450A'

red 62 ◦ green 69 ◦ blue 10

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

Shades of Turtle Green #3E450A

Tints of Turtle Green #3E450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.94%

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

R = 43.97%
G = 48.94%
B = 7.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#3E450A (or 0x3E450A) is known color: Turtle Green. HEX triplet: 3E, 45 and 0A. RGB value is (62,69,10). Sum of RGB (Red+Green+Blue) = 62+69+10=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #3E450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E450A is #C1BAF5. Grayscale: #3C3C3C. Windows color (decimal): -12696310 or 673086. OLE color: 673086.

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

Color convert

RGB 62 69 10 -
CMYK 0.10 0 0.86 0.73
HSL 67.12º 0.75% 0.15% -
HSV(B) 67.12º 0.86% 0.27% -
XYZ 4.17 5.3 1.09 -
YUV 60.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 62 69 10 0.10 0 0.86 0.73 67.12 0.75 0.15
Hex 3E 45 A A 0 56 49 43 4B F
Octal 76 105 12 12 0 126 111 103 113 17
Binary 111110 1000101 1010 1010 0 1010110 1001001 1000011 1001011 1111

Color Harmonies of #3E450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E450A

Black with #3E450A

Text Example


Text Example

White with #3E450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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