Html Css Color HEX #3A441A Turtle Green

📋 copy color: '#3A441A'

red 58 ◦ green 68 ◦ blue 26

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

Shades of Turtle Green #3A441A

Tints of Turtle Green #3A441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

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

R = 38.16%
G = 44.74%
B = 17.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#3A441A (or 0x3A441A) is known color: Turtle Green. HEX triplet: 3A, 44 and 1A. RGB value is (58,68,26). Sum of RGB (Red+Green+Blue) = 58+68+26=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441A is #C5BBE5. Grayscale: #3C3C3C. Windows color (decimal): -12958694 or 1721402. OLE color: 1721402.

HSL color Cylindrical-coordinate representation of color #3A441A: hue angle of 74.29º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A441A is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB 58 68 26 -
CMYK 0.15 0 0.62 0.73
HSL 74.29º 0.45% 0.18% -
HSV(B) 74.29º 0.62% 0.27% -
XYZ 4 5.11 1.75 -
YUV 60.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 58 68 26 0.15 0 0.62 0.73 74.29 0.45 0.18
Hex 3A 44 1A F 0 3E 49 4A 2D 12
Octal 72 104 32 17 0 76 111 112 55 22
Binary 111010 1000100 11010 1111 0 111110 1001001 1001010 101101 10010

Color Harmonies of #3A441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A441A

Black with #3A441A

Text Example


Text Example

White with #3A441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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