Html Css Color HEX #3B4918 Turtle Green

📋 copy color: '#3B4918'

red 59 ◦ green 73 ◦ blue 24

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

Shades of Turtle Green #3B4918

Tints of Turtle Green #3B4918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.38%

R = 37.82%
G = 46.79%
B = 15.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#3B4918 (or 0x3B4918) is known color: Turtle Green. HEX triplet: 3B, 49 and 18. RGB value is (59,73,24). Sum of RGB (Red+Green+Blue) = 59+73+24=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4918 is #C4B6E7. Grayscale: #3F3F3F. Windows color (decimal): -12891880 or 1591611. OLE color: 1591611.

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

Color convert

RGB 59 73 24 -
CMYK 0.19 0 0.67 0.71
HSL 77.14º 0.51% 0.19% -
HSV(B) 77.14º 0.67% 0.29% -
XYZ 4.35 5.76 1.75 -
YUV 63.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 59 73 24 0.19 0 0.67 0.71 77.14 0.51 0.19
Hex 3B 49 18 13 0 43 47 4D 33 13
Octal 73 111 30 23 0 103 107 115 63 23
Binary 111011 1001001 11000 10011 0 1000011 1000111 1001101 110011 10011

Color Harmonies of #3B4918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4918

Black with #3B4918

Text Example


Text Example

White with #3B4918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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