Html Css Color HEX #3B4915 Turtle Green

📋 copy color: '#3B4915'

red 59 ◦ green 73 ◦ blue 21

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

Shades of Turtle Green #3B4915

Tints of Turtle Green #3B4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.71%

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

R = 38.56%
G = 47.71%
B = 13.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#3B4915 (or 0x3B4915) is known color: Turtle Green. HEX triplet: 3B, 49 and 15. RGB value is (59,73,21). Sum of RGB (Red+Green+Blue) = 59+73+21=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4915 is #C4B6EA. Grayscale: #3F3F3F. Windows color (decimal): -12891883 or 1395003. OLE color: 1395003.

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

Color convert

RGB 59 73 21 -
CMYK 0.19 0 0.71 0.71
HSL 76.15º 0.55% 0.18% -
HSV(B) 76.15º 0.71% 0.29% -
XYZ 4.32 5.75 1.59 -
YUV 62.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 59 73 21 0.19 0 0.71 0.71 76.15 0.55 0.18
Hex 3B 49 15 13 0 47 47 4C 37 12
Octal 73 111 25 23 0 107 107 114 67 22
Binary 111011 1001001 10101 10011 0 1000111 1000111 1001100 110111 10010

Color Harmonies of #3B4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4915

Black with #3B4915

Text Example


Text Example

White with #3B4915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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