Html Css Color HEX #3B4B11 Turtle Green

📋 copy color: '#3B4B11'

red 59 ◦ green 75 ◦ blue 17

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

Shades of Turtle Green #3B4B11

Tints of Turtle Green #3B4B11

RGB

 RED value IS 59 (23.44% from 255) = 39.07%

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

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

R = 39.07%
G = 49.67%
B = 11.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#3B4B11 (or 0x3B4B11) is known color: Turtle Green. HEX triplet: 3B, 4B and 11. RGB value is (59,75,17). Sum of RGB (Red+Green+Blue) = 59+75+17=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4B11 is #C4B4EE. Grayscale: #3F3F3F. Windows color (decimal): -12891375 or 1133371. OLE color: 1133371.

HSL color Cylindrical-coordinate representation of color #3B4B11: hue angle of 76.55º 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 #3B4B11 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 75 17 -
CMYK 0.21 0 0.77 0.71
HSL 76.55º 0.63% 0.18% -
HSV(B) 76.55º 0.77% 0.29% -
XYZ 4.42 6 1.46 -
YUV 63.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 59 75 17 0.21 0 0.77 0.71 76.55 0.63 0.18
Hex 3B 4B 11 15 0 4D 47 4D 3F 12
Octal 73 113 21 25 0 115 107 115 77 22
Binary 111011 1001011 10001 10101 0 1001101 1000111 1001101 111111 10010

Color Harmonies of #3B4B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4B11

Black with #3B4B11

Text Example


Text Example

White with #3B4B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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