Html Css Color HEX #3A441C Turtle Green

📋 copy color: '#3A441C'

red 58 ◦ green 68 ◦ blue 28

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

Shades of Turtle Green #3A441C

Tints of Turtle Green #3A441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.18%

R = 37.66%
G = 44.16%
B = 18.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#3A441C (or 0x3A441C) is known color: Turtle Green. HEX triplet: 3A, 44 and 1C. RGB value is (58,68,28). Sum of RGB (Red+Green+Blue) = 58+68+28=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #3A441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A441C is #C5BBE3. Grayscale: #3C3C3C. Windows color (decimal): -12958692 or 1852474. OLE color: 1852474.

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

Color convert

RGB 58 68 28 -
CMYK 0.15 0 0.59 0.73
HSL 75º 0.42% 0.19% -
HSV(B) 75º 0.59% 0.27% -
XYZ 4.02 5.12 1.87 -
YUV 60.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 58 68 28 0.15 0 0.59 0.73 75 0.42 0.19
Hex 3A 44 1C F 0 3B 49 4B 2A 13
Octal 72 104 34 17 0 73 111 113 52 23
Binary 111010 1000100 11100 1111 0 111011 1001001 1001011 101010 10011

Color Harmonies of #3A441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A441C

Black with #3A441C

Text Example


Text Example

White with #3A441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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