Html Css Color HEX #3B4515 Turtle Green

📋 copy color: '#3B4515'

red 59 ◦ green 69 ◦ blue 21

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

Shades of Turtle Green #3B4515

Tints of Turtle Green #3B4515

RGB

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

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

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

R = 39.6%
G = 46.31%
B = 14.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#3B4515 (or 0x3B4515) is known color: Turtle Green. HEX triplet: 3B, 45 and 15. RGB value is (59,69,21). Sum of RGB (Red+Green+Blue) = 59+69+21=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4515 is #C4BAEA. Grayscale: #3C3C3C. Windows color (decimal): -12892907 or 1393979. OLE color: 1393979.

HSL color Cylindrical-coordinate representation of color #3B4515: hue angle of 72.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B4515 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 69 21 -
CMYK 0.14 0 0.70 0.73
HSL 72.5º 0.53% 0.18% -
HSV(B) 72.5º 0.7% 0.27% -
XYZ 4.07 5.24 1.51 -
YUV 60.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 59 69 21 0.14 0 0.70 0.73 72.5 0.53 0.18
Hex 3B 45 15 E 0 46 49 48 35 12
Octal 73 105 25 16 0 106 111 110 65 22
Binary 111011 1000101 10101 1110 0 1000110 1001001 1001000 110101 10010

Color Harmonies of #3B4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4515

Black with #3B4515

Text Example


Text Example

White with #3B4515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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