Html Css Color HEX #3E4116 Turtle Green

📋 copy color: '#3E4116'

red 62 ◦ green 65 ◦ blue 22

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

Shades of Turtle Green #3E4116

Tints of Turtle Green #3E4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.62%

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 41.61%
G = 43.62%
B = 14.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#3E4116 (or 0x3E4116) is known color: Turtle Green. HEX triplet: 3E, 41 and 16. RGB value is (62,65,22). Sum of RGB (Red+Green+Blue) = 62+65+22=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4116 is #C1BEE9. Grayscale: #3B3B3B. Windows color (decimal): -12697322 or 1458494. OLE color: 1458494.

HSL color Cylindrical-coordinate representation of color #3E4116: hue angle of 64.19º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E4116 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 65 22 -
CMYK 0.05 0 0.66 0.75
HSL 64.19º 0.49% 0.17% -
HSV(B) 64.19º 0.66% 0.25% -
XYZ 4.02 4.86 1.49 -
YUV 59.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 62 65 22 0.05 0 0.66 0.75 64.19 0.49 0.17
Hex 3E 41 16 5 0 42 4B 40 31 11
Octal 76 101 26 5 0 102 113 100 61 21
Binary 111110 1000001 10110 101 0 1000010 1001011 1000000 110001 10001

Color Harmonies of #3E4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4116

Black with #3E4116

Text Example


Text Example

White with #3E4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,22); }

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

background-color css

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

 a { background-color: rgb(62,65,22); }

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

border-color css

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

 span { border-color: rgb(62,65,22); }

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