Html Css Color HEX #3C4915 Turtle Green

📋 copy color: '#3C4915'

red 60 ◦ green 73 ◦ blue 21

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

Shades of Turtle Green #3C4915

Tints of Turtle Green #3C4915

RGB

 RED value IS 60 (23.83% from 255) = 38.96%

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

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

R = 38.96%
G = 47.4%
B = 13.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#3C4915 (or 0x3C4915) is known color: Turtle Green. HEX triplet: 3C, 49 and 15. RGB value is (60,73,21). Sum of RGB (Red+Green+Blue) = 60+73+21=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4915 is #C3B6EA. Grayscale: #3F3F3F. Windows color (decimal): -12826347 or 1395004. OLE color: 1395004.

HSL color Cylindrical-coordinate representation of color #3C4915: hue angle of 75º 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 #3C4915 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 73 21 -
CMYK 0.18 0 0.71 0.71
HSL 75º 0.55% 0.18% -
HSV(B) 75º 0.71% 0.29% -
XYZ 4.38 5.78 1.59 -
YUV 63.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 60 73 21 0.18 0 0.71 0.71 75 0.55 0.18
Hex 3C 49 15 12 0 47 47 4B 37 12
Octal 74 111 25 22 0 107 107 113 67 22
Binary 111100 1001001 10101 10010 0 1000111 1000111 1001011 110111 10010

Color Harmonies of #3C4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4915

Black with #3C4915

Text Example


Text Example

White with #3C4915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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