Html Css Color HEX #3B4513 Turtle Green

📋 copy color: '#3B4513'

red 59 ◦ green 69 ◦ blue 19

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

Shades of Turtle Green #3B4513

Tints of Turtle Green #3B4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.94%

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 40.14%
G = 46.94%
B = 12.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#3B4513 (or 0x3B4513) is known color: Turtle Green. HEX triplet: 3B, 45 and 13. RGB value is (59,69,19). Sum of RGB (Red+Green+Blue) = 59+69+19=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4513 is #C4BAEC. Grayscale: #3C3C3C. Windows color (decimal): -12892909 or 1262907. OLE color: 1262907.

HSL color Cylindrical-coordinate representation of color #3B4513: hue angle of 72º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B4513 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 69 19 -
CMYK 0.14 0 0.72 0.73
HSL 72º 0.57% 0.17% -
HSV(B) 72º 0.72% 0.27% -
XYZ 4.05 5.23 1.41 -
YUV 60.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 59 69 19 0.14 0 0.72 0.73 72 0.57 0.17
Hex 3B 45 13 E 0 48 49 48 39 11
Octal 73 105 23 16 0 110 111 110 71 21
Binary 111011 1000101 10011 1110 0 1001000 1001001 1001000 111001 10001

Color Harmonies of #3B4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4513

Black with #3B4513

Text Example


Text Example

White with #3B4513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,69,19); }

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

background-color css

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

 a { background-color: rgb(59,69,19); }

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

border-color css

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

 span { border-color: rgb(59,69,19); }

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