Html Css Color HEX #42554D Plantation

📋 copy color: '#42554D'

red 66 ◦ green 85 ◦ blue 77

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

Shades of Plantation #42554D

Tints of Plantation #42554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 28.95%
G = 37.28%
B = 33.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#42554D (or 0x42554D) is known color: Plantation. HEX triplet: 42, 55 and 4D. RGB value is (66,85,77). Sum of RGB (Red+Green+Blue) = 66+85+77=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #42554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42554D is #BDAAB2. Grayscale: #4E4E4E. Windows color (decimal): -12430003 or 5068098. OLE color: 5068098.

HSL color Cylindrical-coordinate representation of color #42554D: hue angle of 154.74º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #42554D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 77 -
CMYK 0.22 0 0.09 0.67
HSL 154.74º 0.13% 0.3% -
HSV(B) 154.74º 0.22% 0.33% -
XYZ 6.83 8.19 8.24 -
YUV 78.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 66 85 77 0.22 0 0.09 0.67 154.74 0.13 0.3
Hex 42 55 4D 16 0 9 43 9B D 1E
Octal 102 125 115 26 0 11 103 233 15 36
Binary 1000010 1010101 1001101 10110 0 1001 1000011 10011011 1101 11110

Color Harmonies of #42554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42554D

Black with #42554D

Text Example


Text Example

White with #42554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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