Html Css Color HEX #3C3D17 Turtle Green

📋 copy color: '#3C3D17'

red 60 ◦ green 61 ◦ blue 23

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

Shades of Turtle Green #3C3D17

Tints of Turtle Green #3C3D17

RGB

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

 GREEN value IS 61 (24.22% from 255) = 42.36%

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

R = 41.67%
G = 42.36%
B = 15.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.76

RGB Variations

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

Color information

#3C3D17 (or 0x3C3D17) is known color: Turtle Green. HEX triplet: 3C, 3D and 17. RGB value is (60,61,23). Sum of RGB (Red+Green+Blue) = 60+61+23=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3D17 is #C3C2E8. Grayscale: #383838. Windows color (decimal): -12829417 or 1523004. OLE color: 1523004.

HSL color Cylindrical-coordinate representation of color #3C3D17: hue angle of 61.58º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3D17 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 61 23 -
CMYK 0.02 0 0.62 0.76
HSL 61.58º 0.45% 0.16% -
HSV(B) 61.58º 0.62% 0.24% -
XYZ 3.69 4.36 1.46 -
YUV 56.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 60 61 23 0.02 0 0.62 0.76 61.58 0.45 0.16
Hex 3C 3D 17 2 0 3E 4C 3E 2D 10
Octal 74 75 27 2 0 76 114 76 55 20
Binary 111100 111101 10111 10 0 111110 1001100 111110 101101 10000

Color Harmonies of #3C3D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D17

Black with #3C3D17

Text Example


Text Example

White with #3C3D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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