Html Css Color HEX #3E450B Turtle Green

📋 copy color: '#3E450B'

red 62 ◦ green 69 ◦ blue 11

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

Shades of Turtle Green #3E450B

Tints of Turtle Green #3E450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.75%

R = 43.66%
G = 48.59%
B = 7.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#3E450B (or 0x3E450B) is known color: Turtle Green. HEX triplet: 3E, 45 and 0B. RGB value is (62,69,11). Sum of RGB (Red+Green+Blue) = 62+69+11=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #3E450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E450B is #C1BAF4. Grayscale: #3C3C3C. Windows color (decimal): -12696309 or 738622. OLE color: 738622.

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

Color convert

RGB 62 69 11 -
CMYK 0.10 0 0.84 0.73
HSL 67.24º 0.73% 0.16% -
HSV(B) 67.24º 0.84% 0.27% -
XYZ 4.18 5.3 1.12 -
YUV 60.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 62 69 11 0.10 0 0.84 0.73 67.24 0.73 0.16
Hex 3E 45 B A 0 54 49 43 48 10
Octal 76 105 13 12 0 124 111 103 110 20
Binary 111110 1000101 1011 1010 0 1010100 1001001 1000011 1001000 10000

Color Harmonies of #3E450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E450B

Black with #3E450B

Text Example


Text Example

White with #3E450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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