Html Css Color HEX #3C4917 Turtle Green

📋 copy color: '#3C4917'

red 60 ◦ green 73 ◦ blue 23

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

Shades of Turtle Green #3C4917

Tints of Turtle Green #3C4917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 38.46%
G = 46.79%
B = 14.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#3C4917 (or 0x3C4917) is known color: Turtle Green. HEX triplet: 3C, 49 and 17. RGB value is (60,73,23). Sum of RGB (Red+Green+Blue) = 60+73+23=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4917 is #C3B6E8. Grayscale: #3F3F3F. Windows color (decimal): -12826345 or 1526076. OLE color: 1526076.

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

Color convert

RGB 60 73 23 -
CMYK 0.18 0 0.68 0.71
HSL 75.6º 0.52% 0.19% -
HSV(B) 75.6º 0.68% 0.29% -
XYZ 4.4 5.79 1.7 -
YUV 63.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 60 73 23 0.18 0 0.68 0.71 75.6 0.52 0.19
Hex 3C 49 17 12 0 44 47 4C 34 13
Octal 74 111 27 22 0 104 107 114 64 23
Binary 111100 1001001 10111 10010 0 1000100 1000111 1001100 110100 10011

Color Harmonies of #3C4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4917

Black with #3C4917

Text Example


Text Example

White with #3C4917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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