Html Css Color HEX #3A421C Turtle Green

📋 copy color: '#3A421C'

red 58 ◦ green 66 ◦ blue 28

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

Shades of Turtle Green #3A421C

Tints of Turtle Green #3A421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.42%

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

R = 38.16%
G = 43.42%
B = 18.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#3A421C (or 0x3A421C) is known color: Turtle Green. HEX triplet: 3A, 42 and 1C. RGB value is (58,66,28). Sum of RGB (Red+Green+Blue) = 58+66+28=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #3A421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A421C is #C5BDE3. Grayscale: #3B3B3B. Windows color (decimal): -12959204 or 1851962. OLE color: 1851962.

HSL color Cylindrical-coordinate representation of color #3A421C: hue angle of 72.63º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A421C is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 58 66 28 -
CMYK 0.12 0 0.58 0.74
HSL 72.63º 0.4% 0.18% -
HSV(B) 72.63º 0.58% 0.26% -
XYZ 3.9 4.88 1.83 -
YUV 59.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 58 66 28 0.12 0 0.58 0.74 72.63 0.4 0.18
Hex 3A 42 1C C 0 3A 4A 49 28 12
Octal 72 102 34 14 0 72 112 111 50 22
Binary 111010 1000010 11100 1100 0 111010 1001010 1001001 101000 10010

Color Harmonies of #3A421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A421C

Black with #3A421C

Text Example


Text Example

White with #3A421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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