Html Css Color HEX #3A4800 Turtle Green

📋 copy color: '#3A4800'

red 58 ◦ green 72 ◦ blue 0

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

Shades of Turtle Green #3A4800

Tints of Turtle Green #3A4800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.62%
G = 55.38%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#3A4800 (or 0x3A4800) is known color: Turtle Green. HEX triplet: 3A, 48 and 00. RGB value is (58,72,0). Sum of RGB (Red+Green+Blue) = 58+72+0=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4800 is #C5B7FF. Grayscale: #3B3B3B. Windows color (decimal): -12957696 or 18490. OLE color: 18490.

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

Color convert

RGB 58 72 0 -
CMYK 0.19 0 1 0.72
HSL 71.67º 1% 0.14% -
HSV(B) 71.67º 1% 0.28% -
XYZ 4.06 5.53 0.85 -
YUV 59.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 58 72 0 0.19 0 1 0.72 71.67 1 0.14
Hex 3A 48 0 13 0 64 48 48 64 E
Octal 72 110 0 23 0 144 110 110 144 16
Binary 111010 1001000 0 10011 0 1100100 1001000 1001000 1100100 1110

Color Harmonies of #3A4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4800

Black with #3A4800

Text Example


Text Example

White with #3A4800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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