Html Css Color HEX #3A4803 Turtle Green

📋 copy color: '#3A4803'

red 58 ◦ green 72 ◦ blue 3

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

Shades of Turtle Green #3A4803

Tints of Turtle Green #3A4803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 43.61%
G = 54.14%
B = 2.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#3A4803 (or 0x3A4803) is known color: Turtle Green. HEX triplet: 3A, 48 and 03. RGB value is (58,72,3). Sum of RGB (Red+Green+Blue) = 58+72+3=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4803 is #C5B7FC. Grayscale: #3C3C3C. Windows color (decimal): -12957693 or 215098. OLE color: 215098.

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

Color convert

RGB 58 72 3 -
CMYK 0.19 0 0.96 0.72
HSL 72.17º 0.92% 0.15% -
HSV(B) 72.17º 0.96% 0.28% -
XYZ 4.08 5.54 0.94 -
YUV 59.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 58 72 3 0.19 0 0.96 0.72 72.17 0.92 0.15
Hex 3A 48 3 13 0 60 48 48 5C F
Octal 72 110 3 23 0 140 110 110 134 17
Binary 111010 1001000 11 10011 0 1100000 1001000 1001000 1011100 1111

Color Harmonies of #3A4803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4803

Black with #3A4803

Text Example


Text Example

White with #3A4803

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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