Html Css Color HEX #3A4011 Turtle Green

📋 copy color: '#3A4011'

red 58 ◦ green 64 ◦ blue 17

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

Shades of Turtle Green #3A4011

Tints of Turtle Green #3A4011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.23%

R = 41.73%
G = 46.04%
B = 12.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3A4011 (or 0x3A4011) is known color: Turtle Green. HEX triplet: 3A, 40 and 11. RGB value is (58,64,17). Sum of RGB (Red+Green+Blue) = 58+64+17=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4011 is #C5BFEE. Grayscale: #393939. Windows color (decimal): -12959727 or 1130554. OLE color: 1130554.

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

Color convert

RGB 58 64 17 -
CMYK 0.09 0 0.73 0.75
HSL 67.66º 0.58% 0.16% -
HSV(B) 67.66º 0.73% 0.25% -
XYZ 3.68 4.61 1.23 -
YUV 56.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 58 64 17 0.09 0 0.73 0.75 67.66 0.58 0.16
Hex 3A 40 11 9 0 49 4B 44 3A 10
Octal 72 100 21 11 0 111 113 104 72 20
Binary 111010 1000000 10001 1001 0 1001001 1001011 1000100 111010 10000

Color Harmonies of #3A4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4011

Black with #3A4011

Text Example


Text Example

White with #3A4011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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