Html Css Color HEX #425C51 Plantation

📋 copy color: '#425C51'

red 66 ◦ green 92 ◦ blue 81

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

Shades of Plantation #425C51

Tints of Plantation #425C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.49%

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 27.62%
G = 38.49%
B = 33.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#425C51 (or 0x425C51) is known color: Plantation. HEX triplet: 42, 5C and 51. RGB value is (66,92,81). Sum of RGB (Red+Green+Blue) = 66+92+81=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #425C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C51 is #BDA3AE. Grayscale: #525252. Windows color (decimal): -12428207 or 5332034. OLE color: 5332034.

HSL color Cylindrical-coordinate representation of color #425C51: hue angle of 154.62º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C51 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 81 -
CMYK 0.28 0 0.12 0.64
HSL 154.62º 0.16% 0.31% -
HSV(B) 154.62º 0.28% 0.36% -
XYZ 7.56 9.41 9.2 -
YUV 82.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 66 92 81 0.28 0 0.12 0.64 154.62 0.16 0.31
Hex 42 5C 51 1C 0 C 40 9B 10 1F
Octal 102 134 121 34 0 14 100 233 20 37
Binary 1000010 1011100 1010001 11100 0 1100 1000000 10011011 10000 11111

Color Harmonies of #425C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C51

Black with #425C51

Text Example


Text Example

White with #425C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C51; }

 p { color: rgb(66,92,81); }

 H1.HeaderClassName
 {
   color: #425C51;
 }
 .AnyTagClassName
 {
   color: #425C51;
 }
</style>

background-color css

<style>
 a { background-color: #425C51; }

 a { background-color: rgb(66,92,81); }

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

border-color css

<style>
 span { border-color: #425C51; }

 span { border-color: rgb(66,92,81); }

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