Html Css Color HEX #3C604F Plantation

📋 copy color: '#3C604F'

red 60 ◦ green 96 ◦ blue 79

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

Shades of Plantation #3C604F

Tints of Plantation #3C604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

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

R = 25.53%
G = 40.85%
B = 33.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#3C604F (or 0x3C604F) is known color: Plantation. HEX triplet: 3C, 60 and 4F. RGB value is (60,96,79). Sum of RGB (Red+Green+Blue) = 60+96+79=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C604F is #C39FB0. Grayscale: #535353. Windows color (decimal): -12820401 or 5201980. OLE color: 5201980.

HSL color Cylindrical-coordinate representation of color #3C604F: hue angle of 151.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C604F is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 79 -
CMYK 0.38 0 0.18 0.62
HSL 151.67º 0.23% 0.31% -
HSV(B) 151.67º 0.38% 0.38% -
XYZ 7.46 9.89 8.91 -
YUV 83.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 60 96 79 0.38 0 0.18 0.62 151.67 0.23 0.31
Hex 3C 60 4F 26 0 12 3E 98 17 1F
Octal 74 140 117 46 0 22 76 230 27 37
Binary 111100 1100000 1001111 100110 0 10010 111110 10011000 10111 11111

Color Harmonies of #3C604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C604F

Black with #3C604F

Text Example


Text Example

White with #3C604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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