Html Css Color HEX #3E410C Turtle Green

📋 copy color: '#3E410C'

red 62 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #3E410C

Tints of Turtle Green #3E410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 44.6%
G = 46.76%
B = 8.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#3E410C (or 0x3E410C) is known color: Turtle Green. HEX triplet: 3E, 41 and 0C. RGB value is (62,65,12). Sum of RGB (Red+Green+Blue) = 62+65+12=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #3E410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E410C is #C1BEF3. Grayscale: #3A3A3A. Windows color (decimal): -12697332 or 803134. OLE color: 803134.

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

Color convert

RGB 62 65 12 -
CMYK 0.05 0 0.82 0.75
HSL 63.4º 0.69% 0.15% -
HSV(B) 63.4º 0.82% 0.25% -
XYZ 3.94 4.83 1.07 -
YUV 58.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 62 65 12 0.05 0 0.82 0.75 63.4 0.69 0.15
Hex 3E 41 C 5 0 52 4B 3F 45 F
Octal 76 101 14 5 0 122 113 77 105 17
Binary 111110 1000001 1100 101 0 1010010 1001011 111111 1000101 1111

Color Harmonies of #3E410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E410C

Black with #3E410C

Text Example


Text Example

White with #3E410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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