Html Css Color HEX #3A4413 Turtle Green

📋 copy color: '#3A4413'

red 58 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #3A4413

Tints of Turtle Green #3A4413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 40%
G = 46.9%
B = 13.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#3A4413 (or 0x3A4413) is known color: Turtle Green. HEX triplet: 3A, 44 and 13. RGB value is (58,68,19). Sum of RGB (Red+Green+Blue) = 58+68+19=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4413 is #C5BBEC. Grayscale: #3B3B3B. Windows color (decimal): -12958701 or 1262650. OLE color: 1262650.

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

Color convert

RGB 58 68 19 -
CMYK 0.15 0 0.72 0.73
HSL 72.24º 0.56% 0.17% -
HSV(B) 72.24º 0.72% 0.27% -
XYZ 3.93 5.08 1.39 -
YUV 59.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 58 68 19 0.15 0 0.72 0.73 72.24 0.56 0.17
Hex 3A 44 13 F 0 48 49 48 38 11
Octal 72 104 23 17 0 110 111 110 70 21
Binary 111010 1000100 10011 1111 0 1001000 1001001 1001000 111000 10001

Color Harmonies of #3A4413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4413

Black with #3A4413

Text Example


Text Example

White with #3A4413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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