Html Css Color HEX #3A4115 Turtle Green

📋 copy color: '#3A4115'

red 58 ◦ green 65 ◦ blue 21

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

Shades of Turtle Green #3A4115

Tints of Turtle Green #3A4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 40.28%
G = 45.14%
B = 14.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3A4115 (or 0x3A4115) is known color: Turtle Green. HEX triplet: 3A, 41 and 15. RGB value is (58,65,21). Sum of RGB (Red+Green+Blue) = 58+65+21=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4115 is #C5BEEA. Grayscale: #3A3A3A. Windows color (decimal): -12959467 or 1392954. OLE color: 1392954.

HSL color Cylindrical-coordinate representation of color #3A4115: hue angle of 69.55º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A4115 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 65 21 -
CMYK 0.11 0 0.68 0.75
HSL 69.55º 0.51% 0.17% -
HSV(B) 69.55º 0.68% 0.25% -
XYZ 3.77 4.73 1.42 -
YUV 57.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 58 65 21 0.11 0 0.68 0.75 69.55 0.51 0.17
Hex 3A 41 15 B 0 44 4B 46 33 11
Octal 72 101 25 13 0 104 113 106 63 21
Binary 111010 1000001 10101 1011 0 1000100 1001011 1000110 110011 10001

Color Harmonies of #3A4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4115

Black with #3A4115

Text Example


Text Example

White with #3A4115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,21); }

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

background-color css

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

 a { background-color: rgb(58,65,21); }

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

border-color css

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

 span { border-color: rgb(58,65,21); }

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