Html Css Color HEX #3E420B Turtle Green

📋 copy color: '#3E420B'

red 62 ◦ green 66 ◦ blue 11

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

Shades of Turtle Green #3E420B

Tints of Turtle Green #3E420B

RGB

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

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

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

R = 44.6%
G = 47.48%
B = 7.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#3E420B (or 0x3E420B) is known color: Turtle Green. HEX triplet: 3E, 42 and 0B. RGB value is (62,66,11). Sum of RGB (Red+Green+Blue) = 62+66+11=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #3E420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E420B is #C1BDF4. Grayscale: #3A3A3A. Windows color (decimal): -12697077 or 737854. OLE color: 737854.

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

Color convert

RGB 62 66 11 -
CMYK 0.06 0 0.83 0.74
HSL 64.36º 0.71% 0.15% -
HSV(B) 64.36º 0.83% 0.26% -
XYZ 4 4.94 1.06 -
YUV 58.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 62 66 11 0.06 0 0.83 0.74 64.36 0.71 0.15
Hex 3E 42 B 6 0 53 4A 40 47 F
Octal 76 102 13 6 0 123 112 100 107 17
Binary 111110 1000010 1011 110 0 1010011 1001010 1000000 1000111 1111

Color Harmonies of #3E420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E420B

Black with #3E420B

Text Example


Text Example

White with #3E420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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