Html Css Color HEX #3A481A Turtle Green

📋 copy color: '#3A481A'

red 58 ◦ green 72 ◦ blue 26

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

Shades of Turtle Green #3A481A

Tints of Turtle Green #3A481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 37.18%
G = 46.15%
B = 16.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#3A481A (or 0x3A481A) is known color: Turtle Green. HEX triplet: 3A, 48 and 1A. RGB value is (58,72,26). Sum of RGB (Red+Green+Blue) = 58+72+26=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #3A481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A481A is #C5B7E5. Grayscale: #3E3E3E. Windows color (decimal): -12957670 or 1722426. OLE color: 1722426.

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

Color convert

RGB 58 72 26 -
CMYK 0.19 0 0.64 0.72
HSL 78.26º 0.47% 0.19% -
HSV(B) 78.26º 0.64% 0.28% -
XYZ 4.25 5.61 1.84 -
YUV 62.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 58 72 26 0.19 0 0.64 0.72 78.26 0.47 0.19
Hex 3A 48 1A 13 0 40 48 4E 2F 13
Octal 72 110 32 23 0 100 110 116 57 23
Binary 111010 1001000 11010 10011 0 1000000 1001000 1001110 101111 10011

Color Harmonies of #3A481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A481A

Black with #3A481A

Text Example


Text Example

White with #3A481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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