Html Css Color HEX #3A4013 Turtle Green

📋 copy color: '#3A4013'

red 58 ◦ green 64 ◦ blue 19

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

Shades of Turtle Green #3A4013

Tints of Turtle Green #3A4013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

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

R = 41.13%
G = 45.39%
B = 13.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3A4013 (or 0x3A4013) is known color: Turtle Green. HEX triplet: 3A, 40 and 13. RGB value is (58,64,19). Sum of RGB (Red+Green+Blue) = 58+64+19=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4013 is #C5BFEC. Grayscale: #393939. Windows color (decimal): -12959725 or 1261626. OLE color: 1261626.

HSL color Cylindrical-coordinate representation of color #3A4013: hue angle of 68º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A4013 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 64 19 -
CMYK 0.09 0 0.70 0.75
HSL 68º 0.54% 0.16% -
HSV(B) 68º 0.7% 0.25% -
XYZ 3.7 4.61 1.31 -
YUV 57.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 58 64 19 0.09 0 0.70 0.75 68 0.54 0.16
Hex 3A 40 13 9 0 46 4B 44 36 10
Octal 72 100 23 11 0 106 113 104 66 20
Binary 111010 1000000 10011 1001 0 1000110 1001011 1000100 110110 10000

Color Harmonies of #3A4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4013

Black with #3A4013

Text Example


Text Example

White with #3A4013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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