Html Css Color HEX #3C6450 Plantation

📋 copy color: '#3C6450'

red 60 ◦ green 100 ◦ blue 80

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

Shades of Plantation #3C6450

Tints of Plantation #3C6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.67%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#3C6450 (or 0x3C6450) is known color: Plantation. HEX triplet: 3C, 64 and 50. RGB value is (60,100,80). Sum of RGB (Red+Green+Blue) = 60+100+80=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6450 is #C39BAF. Grayscale: #555555. Windows color (decimal): -12819376 or 5268540. OLE color: 5268540.

HSL color Cylindrical-coordinate representation of color #3C6450: hue angle of 150º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C6450 is Cyan = 0.4, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 100 80 -
CMYK 0.4 0 0.2 0.61
HSL 150º 0.25% 0.31% -
HSV(B) 150º 0.4% 0.39% -
XYZ 7.87 10.65 9.23 -
YUV 85.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 60 100 80 0.4 0 0.2 0.61 150 0.25 0.31
Hex 3C 64 50 28 0 14 3D 96 19 1F
Octal 74 144 120 50 0 24 75 226 31 37
Binary 111100 1100100 1010000 101000 0 10100 111101 10010110 11001 11111

Color Harmonies of #3C6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6450

Black with #3C6450

Text Example


Text Example

White with #3C6450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,100,80); }

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

background-color css

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

 a { background-color: rgb(60,100,80); }

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

border-color css

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

 span { border-color: rgb(60,100,80); }

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