Html Css Color HEX #3B4914 Turtle Green

📋 copy color: '#3B4914'

red 59 ◦ green 73 ◦ blue 20

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

Shades of Turtle Green #3B4914

Tints of Turtle Green #3B4914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.16%

R = 38.82%
G = 48.03%
B = 13.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#3B4914 (or 0x3B4914) is known color: Turtle Green. HEX triplet: 3B, 49 and 14. RGB value is (59,73,20). Sum of RGB (Red+Green+Blue) = 59+73+20=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4914 is #C4B6EB. Grayscale: #3E3E3E. Windows color (decimal): -12891884 or 1329467. OLE color: 1329467.

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

Color convert

RGB 59 73 20 -
CMYK 0.19 0 0.73 0.71
HSL 75.85º 0.57% 0.18% -
HSV(B) 75.85º 0.73% 0.29% -
XYZ 4.31 5.75 1.54 -
YUV 62.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 59 73 20 0.19 0 0.73 0.71 75.85 0.57 0.18
Hex 3B 49 14 13 0 49 47 4C 39 12
Octal 73 111 24 23 0 111 107 114 71 22
Binary 111011 1001001 10100 10011 0 1001001 1000111 1001100 111001 10010

Color Harmonies of #3B4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4914

Black with #3B4914

Text Example


Text Example

White with #3B4914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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