Html Css Color HEX #3A4116 Turtle Green

📋 copy color: '#3A4116'

red 58 ◦ green 65 ◦ blue 22

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

Shades of Turtle Green #3A4116

Tints of Turtle Green #3A4116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.17%

R = 40%
G = 44.83%
B = 15.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#3A4116 (or 0x3A4116) is known color: Turtle Green. HEX triplet: 3A, 41 and 16. RGB value is (58,65,22). Sum of RGB (Red+Green+Blue) = 58+65+22=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4116 is #C5BEE9. Grayscale: #3A3A3A. Windows color (decimal): -12959466 or 1458490. OLE color: 1458490.

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

Color convert

RGB 58 65 22 -
CMYK 0.11 0 0.66 0.75
HSL 69.77º 0.49% 0.17% -
HSV(B) 69.77º 0.66% 0.25% -
XYZ 3.78 4.74 1.47 -
YUV 58.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 58 65 22 0.11 0 0.66 0.75 69.77 0.49 0.17
Hex 3A 41 16 B 0 42 4B 46 31 11
Octal 72 101 26 13 0 102 113 106 61 21
Binary 111010 1000001 10110 1011 0 1000010 1001011 1000110 110001 10001

Color Harmonies of #3A4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4116

Black with #3A4116

Text Example


Text Example

White with #3A4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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