Html Css Color HEX #3E4102 Turtle Green

📋 copy color: '#3E4102'

red 62 ◦ green 65 ◦ blue 2

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

Shades of Turtle Green #3E4102

Tints of Turtle Green #3E4102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 48.06%
G = 50.39%
B = 1.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#3E4102 (or 0x3E4102) is known color: Turtle Green. HEX triplet: 3E, 41 and 02. RGB value is (62,65,2). Sum of RGB (Red+Green+Blue) = 62+65+2=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4102 is #C1BEFD. Grayscale: #393939. Windows color (decimal): -12697342 or 147774. OLE color: 147774.

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

Color convert

RGB 62 65 2 -
CMYK 0.05 0 0.97 0.75
HSL 62.86º 0.94% 0.13% -
HSV(B) 62.86º 0.97% 0.25% -
XYZ 3.89 4.81 0.78 -
YUV 56.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 62 65 2 0.05 0 0.97 0.75 62.86 0.94 0.13
Hex 3E 41 2 5 0 61 4B 3F 5E D
Octal 76 101 2 5 0 141 113 77 136 15
Binary 111110 1000001 10 101 0 1100001 1001011 111111 1011110 1101

Color Harmonies of #3E4102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4102

Black with #3E4102

Text Example


Text Example

White with #3E4102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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