Html Css Color HEX #42584E Plantation

📋 copy color: '#42584E'

red 66 ◦ green 88 ◦ blue 78

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

Shades of Plantation #42584E

Tints of Plantation #42584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.62%

R = 28.45%
G = 37.93%
B = 33.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#42584E (or 0x42584E) is known color: Plantation. HEX triplet: 42, 58 and 4E. RGB value is (66,88,78). Sum of RGB (Red+Green+Blue) = 66+88+78=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #42584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42584E is #BDA7B1. Grayscale: #505050. Windows color (decimal): -12429234 or 5134402. OLE color: 5134402.

HSL color Cylindrical-coordinate representation of color #42584E: hue angle of 152.73º 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 #42584E is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 78 -
CMYK 0.25 0 0.11 0.65
HSL 152.73º 0.14% 0.3% -
HSV(B) 152.73º 0.25% 0.35% -
XYZ 7.11 8.69 8.51 -
YUV 80.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 66 88 78 0.25 0 0.11 0.65 152.73 0.14 0.3
Hex 42 58 4E 19 0 B 41 99 E 1E
Octal 102 130 116 31 0 13 101 231 16 36
Binary 1000010 1011000 1001110 11001 0 1011 1000001 10011001 1110 11110

Color Harmonies of #42584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42584E

Black with #42584E

Text Example


Text Example

White with #42584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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