Html Css Color HEX #3A4808 Turtle Green

📋 copy color: '#3A4808'

red 58 ◦ green 72 ◦ blue 8

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

Shades of Turtle Green #3A4808

Tints of Turtle Green #3A4808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 42.03%
G = 52.17%
B = 5.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#3A4808 (or 0x3A4808) is known color: Turtle Green. HEX triplet: 3A, 48 and 08. RGB value is (58,72,8). Sum of RGB (Red+Green+Blue) = 58+72+8=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4808 is #C5B7F7. Grayscale: #3C3C3C. Windows color (decimal): -12957688 or 542778. OLE color: 542778.

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

Color convert

RGB 58 72 8 -
CMYK 0.19 0 0.89 0.72
HSL 73.13º 0.8% 0.16% -
HSV(B) 73.13º 0.89% 0.28% -
XYZ 4.11 5.55 1.08 -
YUV 60.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 58 72 8 0.19 0 0.89 0.72 73.13 0.8 0.16
Hex 3A 48 8 13 0 59 48 49 50 10
Octal 72 110 10 23 0 131 110 111 120 20
Binary 111010 1001000 1000 10011 0 1011001 1001000 1001001 1010000 10000

Color Harmonies of #3A4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4808

Black with #3A4808

Text Example


Text Example

White with #3A4808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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