Html Css Color HEX #3A4324 Turtle Green

📋 copy color: '#3A4324'

red 58 ◦ green 67 ◦ blue 36

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

Shades of Turtle Green #3A4324

Tints of Turtle Green #3A4324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

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

R = 36.02%
G = 41.61%
B = 22.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#3A4324 (or 0x3A4324) is known color: Turtle Green. HEX triplet: 3A, 43 and 24. RGB value is (58,67,36). Sum of RGB (Red+Green+Blue) = 58+67+36=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4324 is #C5BCDB. Grayscale: #3C3C3C. Windows color (decimal): -12958940 or 2376506. OLE color: 2376506.

HSL color Cylindrical-coordinate representation of color #3A4324: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A4324 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 67 36 -
CMYK 0.13 0 0.46 0.74
HSL 77.42º 0.3% 0.2% -
HSV(B) 77.42º 0.46% 0.26% -
XYZ 4.07 5.04 2.43 -
YUV 60.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 58 67 36 0.13 0 0.46 0.74 77.42 0.3 0.2
Hex 3A 43 24 D 0 2E 4A 4D 1E 14
Octal 72 103 44 15 0 56 112 115 36 24
Binary 111010 1000011 100100 1101 0 101110 1001010 1001101 11110 10100

Color Harmonies of #3A4324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4324

Black with #3A4324

Text Example


Text Example

White with #3A4324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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