Html Css Color HEX #3A480D Turtle Green

📋 copy color: '#3A480D'

red 58 ◦ green 72 ◦ blue 13

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

Shades of Turtle Green #3A480D

Tints of Turtle Green #3A480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 40.56%
G = 50.35%
B = 9.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#3A480D (or 0x3A480D) is known color: Turtle Green. HEX triplet: 3A, 48 and 0D. RGB value is (58,72,13). Sum of RGB (Red+Green+Blue) = 58+72+13=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #3A480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A480D is #C5B7F2. Grayscale: #3D3D3D. Windows color (decimal): -12957683 or 870458. OLE color: 870458.

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

Color convert

RGB 58 72 13 -
CMYK 0.19 0 0.82 0.72
HSL 74.24º 0.69% 0.17% -
HSV(B) 74.24º 0.82% 0.28% -
XYZ 4.13 5.56 1.24 -
YUV 61.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 58 72 13 0.19 0 0.82 0.72 74.24 0.69 0.17
Hex 3A 48 D 13 0 52 48 4A 45 11
Octal 72 110 15 23 0 122 110 112 105 21
Binary 111010 1001000 1101 10011 0 1010010 1001000 1001010 1000101 10001

Color Harmonies of #3A480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A480D

Black with #3A480D

Text Example


Text Example

White with #3A480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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