Html Css Color HEX #3C584B Plantation

📋 copy color: '#3C584B'

red 60 ◦ green 88 ◦ blue 75

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

Shades of Plantation #3C584B

Tints of Plantation #3C584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 26.91%
G = 39.46%
B = 33.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#3C584B (or 0x3C584B) is known color: Plantation. HEX triplet: 3C, 58 and 4B. RGB value is (60,88,75). Sum of RGB (Red+Green+Blue) = 60+88+75=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #3C584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C584B is #C3A7B4. Grayscale: #4E4E4E. Windows color (decimal): -12822453 or 4937788. OLE color: 4937788.

HSL color Cylindrical-coordinate representation of color #3C584B: hue angle of 152.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C584B is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 88 75 -
CMYK 0.32 0 0.15 0.65
HSL 152.14º 0.19% 0.29% -
HSV(B) 152.14º 0.32% 0.35% -
XYZ 6.62 8.45 7.94 -
YUV 78.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 60 88 75 0.32 0 0.15 0.65 152.14 0.19 0.29
Hex 3C 58 4B 20 0 F 41 98 13 1D
Octal 74 130 113 40 0 17 101 230 23 35
Binary 111100 1011000 1001011 100000 0 1111 1000001 10011000 10011 11101

Color Harmonies of #3C584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C584B

Black with #3C584B

Text Example


Text Example

White with #3C584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,88,75); }

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

background-color css

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

 a { background-color: rgb(60,88,75); }

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

border-color css

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

 span { border-color: rgb(60,88,75); }

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