Html Css Color HEX #3B4815 Turtle Green

📋 copy color: '#3B4815'

red 59 ◦ green 72 ◦ blue 21

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

Shades of Turtle Green #3B4815

Tints of Turtle Green #3B4815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.37%

 BLUE value IS 21 (8.59% from 255) = 13.82%

R = 38.82%
G = 47.37%
B = 13.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#3B4815 (or 0x3B4815) is known color: Turtle Green. HEX triplet: 3B, 48 and 15. RGB value is (59,72,21). Sum of RGB (Red+Green+Blue) = 59+72+21=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4815 is #C4B7EA. Grayscale: #3E3E3E. Windows color (decimal): -12892139 or 1394747. OLE color: 1394747.

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

Color convert

RGB 59 72 21 -
CMYK 0.18 0 0.71 0.72
HSL 75.29º 0.55% 0.18% -
HSV(B) 75.29º 0.71% 0.28% -
XYZ 4.26 5.62 1.57 -
YUV 62.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 59 72 21 0.18 0 0.71 0.72 75.29 0.55 0.18
Hex 3B 48 15 12 0 47 48 4B 37 12
Octal 73 110 25 22 0 107 110 113 67 22
Binary 111011 1001000 10101 10010 0 1000111 1001000 1001011 110111 10010

Color Harmonies of #3B4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4815

Black with #3B4815

Text Example


Text Example

White with #3B4815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,72,21); }

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

background-color css

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

 a { background-color: rgb(59,72,21); }

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

border-color css

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

 span { border-color: rgb(59,72,21); }

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