Html Css Color HEX #3A451D Turtle Green

📋 copy color: '#3A451D'

red 58 ◦ green 69 ◦ blue 29

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

Shades of Turtle Green #3A451D

Tints of Turtle Green #3A451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

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

R = 37.18%
G = 44.23%
B = 18.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#3A451D (or 0x3A451D) is known color: Turtle Green. HEX triplet: 3A, 45 and 1D. RGB value is (58,69,29). Sum of RGB (Red+Green+Blue) = 58+69+29=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #3A451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A451D is #C5BAE2. Grayscale: #3D3D3D. Windows color (decimal): -12958435 or 1918266. OLE color: 1918266.

HSL color Cylindrical-coordinate representation of color #3A451D: hue angle of 76.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A451D is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 69 29 -
CMYK 0.16 0 0.58 0.73
HSL 76.5º 0.41% 0.19% -
HSV(B) 76.5º 0.58% 0.27% -
XYZ 4.09 5.24 1.96 -
YUV 61.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 58 69 29 0.16 0 0.58 0.73 76.5 0.41 0.19
Hex 3A 45 1D 10 0 3A 49 4C 29 13
Octal 72 105 35 20 0 72 111 114 51 23
Binary 111010 1000101 11101 10000 0 111010 1001001 1001100 101001 10011

Color Harmonies of #3A451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A451D

Black with #3A451D

Text Example


Text Example

White with #3A451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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