Html Css Color HEX #3A4424 Turtle Green

📋 copy color: '#3A4424'

red 58 ◦ green 68 ◦ blue 36

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

Shades of Turtle Green #3A4424

Tints of Turtle Green #3A4424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 35.8%
G = 41.98%
B = 22.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#3A4424 (or 0x3A4424) is known color: Turtle Green. HEX triplet: 3A, 44 and 24. RGB value is (58,68,36). Sum of RGB (Red+Green+Blue) = 58+68+36=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4424 is #C5BBDB. Grayscale: #3D3D3D. Windows color (decimal): -12958684 or 2376762. OLE color: 2376762.

HSL color Cylindrical-coordinate representation of color #3A4424: hue angle of 78.75º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A4424 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 68 36 -
CMYK 0.15 0 0.47 0.73
HSL 78.75º 0.31% 0.2% -
HSV(B) 78.75º 0.47% 0.27% -
XYZ 4.13 5.16 2.45 -
YUV 61.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 58 68 36 0.15 0 0.47 0.73 78.75 0.31 0.2
Hex 3A 44 24 F 0 2F 49 4F 1F 14
Octal 72 104 44 17 0 57 111 117 37 24
Binary 111010 1000100 100100 1111 0 101111 1001001 1001111 11111 10100

Color Harmonies of #3A4424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4424

Black with #3A4424

Text Example


Text Example

White with #3A4424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,68,36); }

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

background-color css

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

 a { background-color: rgb(58,68,36); }

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

border-color css

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

 span { border-color: rgb(58,68,36); }

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