Html Css Color HEX #3A4B16 Turtle Green

📋 copy color: '#3A4B16'

red 58 ◦ green 75 ◦ blue 22

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

Shades of Turtle Green #3A4B16

Tints of Turtle Green #3A4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.39%

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

R = 37.42%
G = 48.39%
B = 14.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#3A4B16 (or 0x3A4B16) is known color: Turtle Green. HEX triplet: 3A, 4B and 16. RGB value is (58,75,22). Sum of RGB (Red+Green+Blue) = 58+75+22=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4B16 is #C5B4E9. Grayscale: #404040. Windows color (decimal): -12956906 or 1461050. OLE color: 1461050.

HSL color Cylindrical-coordinate representation of color #3A4B16: hue angle of 79.25º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A4B16 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 75 22 -
CMYK 0.23 0 0.71 0.71
HSL 79.25º 0.55% 0.19% -
HSV(B) 79.25º 0.71% 0.29% -
XYZ 4.41 5.99 1.68 -
YUV 63.88 104.37 123.81 -
System Red Green Blue C M Y K H S L
Decimal 58 75 22 0.23 0 0.71 0.71 79.25 0.55 0.19
Hex 3A 4B 16 17 0 47 47 4F 37 13
Octal 72 113 26 27 0 107 107 117 67 23
Binary 111010 1001011 10110 10111 0 1000111 1000111 1001111 110111 10011

Color Harmonies of #3A4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4B16

Black with #3A4B16

Text Example


Text Example

White with #3A4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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