Html Css Color HEX #3C5F4F Plantation

📋 copy color: '#3C5F4F'

red 60 ◦ green 95 ◦ blue 79

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

Shades of Plantation #3C5F4F

Tints of Plantation #3C5F4F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.6%

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 25.64%
G = 40.6%
B = 33.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.63

RGB Variations

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

Color information

#3C5F4F (or 0x3C5F4F) is known color: Plantation. HEX triplet: 3C, 5F and 4F. RGB value is (60,95,79). Sum of RGB (Red+Green+Blue) = 60+95+79=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F4F is #C3A0B0. Grayscale: #525252. Windows color (decimal): -12820657 or 5201724. OLE color: 5201724.

HSL color Cylindrical-coordinate representation of color #3C5F4F: hue angle of 152.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5F4F is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 79 -
CMYK 0.37 0 0.17 0.63
HSL 152.57º 0.23% 0.3% -
HSV(B) 152.57º 0.37% 0.37% -
XYZ 7.37 9.71 8.88 -
YUV 82.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 60 95 79 0.37 0 0.17 0.63 152.57 0.23 0.3
Hex 3C 5F 4F 25 0 11 3F 99 17 1E
Octal 74 137 117 45 0 21 77 231 27 36
Binary 111100 1011111 1001111 100101 0 10001 111111 10011001 10111 11110

Color Harmonies of #3C5F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F4F

Black with #3C5F4F

Text Example


Text Example

White with #3C5F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,95,79); }

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

background-color css

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

 a { background-color: rgb(60,95,79); }

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

border-color css

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

 span { border-color: rgb(60,95,79); }

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