Html Css Color HEX #3A401D Turtle Green

📋 copy color: '#3A401D'

red 58 ◦ green 64 ◦ blue 29

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

Shades of Turtle Green #3A401D

Tints of Turtle Green #3A401D

RGB

 RED value IS 58 (23.05% from 255) = 38.41%

 GREEN value IS 64 (25.39% from 255) = 42.38%

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 38.41%
G = 42.38%
B = 19.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#3A401D (or 0x3A401D) is known color: Turtle Green. HEX triplet: 3A, 40 and 1D. RGB value is (58,64,29). Sum of RGB (Red+Green+Blue) = 58+64+29=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #3A401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A401D is #C5BFE2. Grayscale: #3A3A3A. Windows color (decimal): -12959715 or 1916986. OLE color: 1916986.

HSL color Cylindrical-coordinate representation of color #3A401D: hue angle of 70.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A401D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 64 29 -
CMYK 0.09 0 0.55 0.75
HSL 70.29º 0.38% 0.18% -
HSV(B) 70.29º 0.55% 0.25% -
XYZ 3.8 4.66 1.86 -
YUV 58.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 58 64 29 0.09 0 0.55 0.75 70.29 0.38 0.18
Hex 3A 40 1D 9 0 37 4B 46 26 12
Octal 72 100 35 11 0 67 113 106 46 22
Binary 111010 1000000 11101 1001 0 110111 1001011 1000110 100110 10010

Color Harmonies of #3A401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A401D

Black with #3A401D

Text Example


Text Example

White with #3A401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,64,29); }

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

background-color css

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

 a { background-color: rgb(58,64,29); }

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

border-color css

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

 span { border-color: rgb(58,64,29); }

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