Html Css Color HEX #42584D Plantation

📋 copy color: '#42584D'

red 66 ◦ green 88 ◦ blue 77

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

Shades of Plantation #42584D

Tints of Plantation #42584D

RGB

 RED value IS 66 (26.17% from 255) = 28.57%

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

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

R = 28.57%
G = 38.1%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#42584D (or 0x42584D) is known color: Plantation. HEX triplet: 42, 58 and 4D. RGB value is (66,88,77). Sum of RGB (Red+Green+Blue) = 66+88+77=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #42584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42584D is #BDA7B2. Grayscale: #505050. Windows color (decimal): -12429235 or 5068866. OLE color: 5068866.

HSL color Cylindrical-coordinate representation of color #42584D: hue angle of 150º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #42584D is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 77 -
CMYK 0.25 0 0.12 0.65
HSL 150º 0.14% 0.3% -
HSV(B) 150º 0.25% 0.35% -
XYZ 7.08 8.67 8.32 -
YUV 80.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 66 88 77 0.25 0 0.12 0.65 150 0.14 0.3
Hex 42 58 4D 19 0 C 41 96 E 1E
Octal 102 130 115 31 0 14 101 226 16 36
Binary 1000010 1011000 1001101 11001 0 1100 1000001 10010110 1110 11110

Color Harmonies of #42584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42584D

Black with #42584D

Text Example


Text Example

White with #42584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42584D; }

 p { color: rgb(66,88,77); }

 H1.HeaderClassName
 {
   color: #42584D;
 }
 .AnyTagClassName
 {
   color: #42584D;
 }
</style>

background-color css

<style>
 a { background-color: #42584D; }

 a { background-color: rgb(66,88,77); }

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

border-color css

<style>
 span { border-color: #42584D; }

 span { border-color: rgb(66,88,77); }

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