Html Css Color HEX #3E421B Turtle Green

📋 copy color: '#3E421B'

red 62 ◦ green 66 ◦ blue 27

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

Shades of Turtle Green #3E421B

Tints of Turtle Green #3E421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 40%
G = 42.58%
B = 17.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#3E421B (or 0x3E421B) is known color: Turtle Green. HEX triplet: 3E, 42 and 1B. RGB value is (62,66,27). Sum of RGB (Red+Green+Blue) = 62+66+27=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #3E421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E421B is #C1BDE4. Grayscale: #3C3C3C. Windows color (decimal): -12697061 or 1786430. OLE color: 1786430.

HSL color Cylindrical-coordinate representation of color #3E421B: hue angle of 66.15º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E421B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 62 66 27 -
CMYK 0.06 0 0.59 0.74
HSL 66.15º 0.42% 0.18% -
HSV(B) 66.15º 0.59% 0.26% -
XYZ 4.13 5 1.78 -
YUV 60.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 62 66 27 0.06 0 0.59 0.74 66.15 0.42 0.18
Hex 3E 42 1B 6 0 3B 4A 42 2A 12
Octal 76 102 33 6 0 73 112 102 52 22
Binary 111110 1000010 11011 110 0 111011 1001010 1000010 101010 10010

Color Harmonies of #3E421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E421B

Black with #3E421B

Text Example


Text Example

White with #3E421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,66,27); }

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

background-color css

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

 a { background-color: rgb(62,66,27); }

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

border-color css

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

 span { border-color: rgb(62,66,27); }

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