Html Css Color HEX #3A4B11 Turtle Green

📋 copy color: '#3A4B11'

red 58 ◦ green 75 ◦ blue 17

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

Shades of Turtle Green #3A4B11

Tints of Turtle Green #3A4B11

RGB

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

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

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

R = 38.67%
G = 50%
B = 11.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#3A4B11 (or 0x3A4B11) is known color: Turtle Green. HEX triplet: 3A, 4B and 11. RGB value is (58,75,17). Sum of RGB (Red+Green+Blue) = 58+75+17=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4B11 is #C5B4EE. Grayscale: #3F3F3F. Windows color (decimal): -12956911 or 1133370. OLE color: 1133370.

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

Color convert

RGB 58 75 17 -
CMYK 0.23 0 0.77 0.71
HSL 77.59º 0.63% 0.18% -
HSV(B) 77.59º 0.77% 0.29% -
XYZ 4.36 5.97 1.45 -
YUV 63.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 58 75 17 0.23 0 0.77 0.71 77.59 0.63 0.18
Hex 3A 4B 11 17 0 4D 47 4E 3F 12
Octal 72 113 21 27 0 115 107 116 77 22
Binary 111010 1001011 10001 10111 0 1001101 1000111 1001110 111111 10010

Color Harmonies of #3A4B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4B11

Black with #3A4B11

Text Example


Text Example

White with #3A4B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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