Html Css Color HEX #42554C Plantation

📋 copy color: '#42554C'

red 66 ◦ green 85 ◦ blue 76

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

Shades of Plantation #42554C

Tints of Plantation #42554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 29.07%
G = 37.44%
B = 33.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#42554C (or 0x42554C) is known color: Plantation. HEX triplet: 42, 55 and 4C. RGB value is (66,85,76). Sum of RGB (Red+Green+Blue) = 66+85+76=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #42554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42554C is #BDAAB3. Grayscale: #4E4E4E. Windows color (decimal): -12430004 or 5002562. OLE color: 5002562.

HSL color Cylindrical-coordinate representation of color #42554C: hue angle of 151.58º 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 #42554C is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 76 -
CMYK 0.22 0 0.11 0.67
HSL 151.58º 0.13% 0.3% -
HSV(B) 151.58º 0.22% 0.33% -
XYZ 6.8 8.18 8.06 -
YUV 78.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 66 85 76 0.22 0 0.11 0.67 151.58 0.13 0.3
Hex 42 55 4C 16 0 B 43 98 D 1E
Octal 102 125 114 26 0 13 103 230 15 36
Binary 1000010 1010101 1001100 10110 0 1011 1000011 10011000 1101 11110

Color Harmonies of #42554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42554C

Black with #42554C

Text Example


Text Example

White with #42554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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