Html Css Color HEX #3E3F05 Turtle Green

📋 copy color: '#3E3F05'

red 62 ◦ green 63 ◦ blue 5

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

Shades of Turtle Green #3E3F05

Tints of Turtle Green #3E3F05

RGB

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

 GREEN value IS 63 (25% from 255) = 48.46%

 BLUE value IS 5 (2.34% from 255) = 3.85%

R = 47.69%
G = 48.46%
B = 3.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#3E3F05 (or 0x3E3F05) is known color: Turtle Green. HEX triplet: 3E, 3F and 05. RGB value is (62,63,5). Sum of RGB (Red+Green+Blue) = 62+63+5=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #3E3F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3F05 is #C1C0FA. Grayscale: #383838. Windows color (decimal): -12697851 or 343870. OLE color: 343870.

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

Color convert

RGB 62 63 5 -
CMYK 0.02 0 0.92 0.75
HSL 61.03º 0.85% 0.13% -
HSV(B) 61.03º 0.92% 0.25% -
XYZ 3.79 4.59 0.83 -
YUV 56.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 62 63 5 0.02 0 0.92 0.75 61.03 0.85 0.13
Hex 3E 3F 5 2 0 5C 4B 3D 55 D
Octal 76 77 5 2 0 134 113 75 125 15
Binary 111110 111111 101 10 0 1011100 1001011 111101 1010101 1101

Color Harmonies of #3E3F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3F05

Black with #3E3F05

Text Example


Text Example

White with #3E3F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,63,5); }

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

background-color css

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

 a { background-color: rgb(62,63,5); }

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

border-color css

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

 span { border-color: rgb(62,63,5); }

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