Html Css Color HEX #3B4A15 Turtle Green

📋 copy color: '#3B4A15'

red 59 ◦ green 74 ◦ blue 21

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

Shades of Turtle Green #3B4A15

Tints of Turtle Green #3B4A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 48.05%

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

R = 38.31%
G = 48.05%
B = 13.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.71

RGB Variations

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

Color information

#3B4A15 (or 0x3B4A15) is known color: Turtle Green. HEX triplet: 3B, 4A and 15. RGB value is (59,74,21). Sum of RGB (Red+Green+Blue) = 59+74+21=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #3B4A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4A15 is #C4B5EA. Grayscale: #3F3F3F. Windows color (decimal): -12891627 or 1395259. OLE color: 1395259.

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

Color convert

RGB 59 74 21 -
CMYK 0.20 0 0.72 0.71
HSL 76.98º 0.56% 0.19% -
HSV(B) 76.98º 0.72% 0.29% -
XYZ 4.39 5.88 1.61 -
YUV 63.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 59 74 21 0.20 0 0.72 0.71 76.98 0.56 0.19
Hex 3B 4A 15 14 0 48 47 4D 38 13
Octal 73 112 25 24 0 110 107 115 70 23
Binary 111011 1001010 10101 10100 0 1001000 1000111 1001101 111000 10011

Color Harmonies of #3B4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4A15

Black with #3B4A15

Text Example


Text Example

White with #3B4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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