Html Css Color HEX #3E450D Turtle Green

📋 copy color: '#3E450D'

red 62 ◦ green 69 ◦ blue 13

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

Shades of Turtle Green #3E450D

Tints of Turtle Green #3E450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 43.06%
G = 47.92%
B = 9.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#3E450D (or 0x3E450D) is known color: Turtle Green. HEX triplet: 3E, 45 and 0D. RGB value is (62,69,13). Sum of RGB (Red+Green+Blue) = 62+69+13=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #3E450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E450D is #C1BAF2. Grayscale: #3C3C3C. Windows color (decimal): -12696307 or 869694. OLE color: 869694.

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

Color convert

RGB 62 69 13 -
CMYK 0.10 0 0.81 0.73
HSL 67.5º 0.68% 0.16% -
HSV(B) 67.5º 0.81% 0.27% -
XYZ 4.19 5.31 1.18 -
YUV 60.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 62 69 13 0.10 0 0.81 0.73 67.5 0.68 0.16
Hex 3E 45 D A 0 51 49 44 44 10
Octal 76 105 15 12 0 121 111 104 104 20
Binary 111110 1000101 1101 1010 0 1010001 1001001 1000100 1000100 10000

Color Harmonies of #3E450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E450D

Black with #3E450D

Text Example


Text Example

White with #3E450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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