Html Css Color HEX #3A481C Turtle Green

📋 copy color: '#3A481C'

red 58 ◦ green 72 ◦ blue 28

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

Shades of Turtle Green #3A481C

Tints of Turtle Green #3A481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 36.71%
G = 45.57%
B = 17.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#3A481C (or 0x3A481C) is known color: Turtle Green. HEX triplet: 3A, 48 and 1C. RGB value is (58,72,28). Sum of RGB (Red+Green+Blue) = 58+72+28=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #3A481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A481C is #C5B7E3. Grayscale: #3E3E3E. Windows color (decimal): -12957668 or 1853498. OLE color: 1853498.

HSL color Cylindrical-coordinate representation of color #3A481C: hue angle of 79.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A481C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 28 -
CMYK 0.19 0 0.61 0.72
HSL 79.09º 0.44% 0.2% -
HSV(B) 79.09º 0.61% 0.28% -
XYZ 4.27 5.62 1.96 -
YUV 62.8 108.36 124.58 -
System Red Green Blue C M Y K H S L
Decimal 58 72 28 0.19 0 0.61 0.72 79.09 0.44 0.2
Hex 3A 48 1C 13 0 3D 48 4F 2C 14
Octal 72 110 34 23 0 75 110 117 54 24
Binary 111010 1001000 11100 10011 0 111101 1001000 1001111 101100 10100

Color Harmonies of #3A481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A481C

Black with #3A481C

Text Example


Text Example

White with #3A481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,28); }

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

background-color css

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

 a { background-color: rgb(58,72,28); }

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

border-color css

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

 span { border-color: rgb(58,72,28); }

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