Html Css Color HEX #42584F Plantation

📋 copy color: '#42584F'

red 66 ◦ green 88 ◦ blue 79

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

Shades of Plantation #42584F

Tints of Plantation #42584F

RGB

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

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

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

R = 28.33%
G = 37.77%
B = 33.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#42584F (or 0x42584F) is known color: Plantation. HEX triplet: 42, 58 and 4F. RGB value is (66,88,79). Sum of RGB (Red+Green+Blue) = 66+88+79=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #42584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42584F is #BDA7B0. Grayscale: #505050. Windows color (decimal): -12429233 or 5199938. OLE color: 5199938.

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

Color convert

RGB 66 88 79 -
CMYK 0.25 0 0.10 0.65
HSL 155.45º 0.14% 0.3% -
HSV(B) 155.45º 0.25% 0.35% -
XYZ 7.15 8.7 8.7 -
YUV 80.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 66 88 79 0.25 0 0.10 0.65 155.45 0.14 0.3
Hex 42 58 4F 19 0 A 41 9B E 1E
Octal 102 130 117 31 0 12 101 233 16 36
Binary 1000010 1011000 1001111 11001 0 1010 1000001 10011011 1110 11110

Color Harmonies of #42584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42584F

Black with #42584F

Text Example


Text Example

White with #42584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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