Html Css Color HEX #3A421E Turtle Green

📋 copy color: '#3A421E'

red 58 ◦ green 66 ◦ blue 30

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

Shades of Turtle Green #3A421E

Tints of Turtle Green #3A421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 37.66%
G = 42.86%
B = 19.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#3A421E (or 0x3A421E) is known color: Turtle Green. HEX triplet: 3A, 42 and 1E. RGB value is (58,66,30). Sum of RGB (Red+Green+Blue) = 58+66+30=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #3A421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A421E is #C5BDE1. Grayscale: #3B3B3B. Windows color (decimal): -12959202 or 1983034. OLE color: 1983034.

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

Color convert

RGB 58 66 30 -
CMYK 0.12 0 0.55 0.74
HSL 73.33º 0.38% 0.19% -
HSV(B) 73.33º 0.55% 0.26% -
XYZ 3.93 4.89 1.97 -
YUV 59.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 58 66 30 0.12 0 0.55 0.74 73.33 0.38 0.19
Hex 3A 42 1E C 0 37 4A 49 26 13
Octal 72 102 36 14 0 67 112 111 46 23
Binary 111010 1000010 11110 1100 0 110111 1001010 1001001 100110 10011

Color Harmonies of #3A421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A421E

Black with #3A421E

Text Example


Text Example

White with #3A421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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