Html Css Color HEX #3C5F4D Plantation

📋 copy color: '#3C5F4D'

red 60 ◦ green 95 ◦ blue 77

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

Shades of Plantation #3C5F4D

Tints of Plantation #3C5F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 25.86%
G = 40.95%
B = 33.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#3C5F4D (or 0x3C5F4D) is known color: Plantation. HEX triplet: 3C, 5F and 4D. RGB value is (60,95,77). Sum of RGB (Red+Green+Blue) = 60+95+77=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5F4D is #C3A0B2. Grayscale: #525252. Windows color (decimal): -12820659 or 5070652. OLE color: 5070652.

HSL color Cylindrical-coordinate representation of color #3C5F4D: hue angle of 149.14º 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 #3C5F4D is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 60 95 77 -
CMYK 0.37 0 0.19 0.63
HSL 149.14º 0.23% 0.3% -
HSV(B) 149.14º 0.37% 0.37% -
XYZ 7.3 9.68 8.51 -
YUV 82.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 60 95 77 0.37 0 0.19 0.63 149.14 0.23 0.3
Hex 3C 5F 4D 25 0 13 3F 95 17 1E
Octal 74 137 115 45 0 23 77 225 27 36
Binary 111100 1011111 1001101 100101 0 10011 111111 10010101 10111 11110

Color Harmonies of #3C5F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5F4D

Black with #3C5F4D

Text Example


Text Example

White with #3C5F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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