Html Css Color HEX #425950 Plantation

📋 copy color: '#425950'

red 66 ◦ green 89 ◦ blue 80

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

Shades of Plantation #425950

Tints of Plantation #425950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 28.09%
G = 37.87%
B = 34.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#425950 (or 0x425950) is known color: Plantation. HEX triplet: 42, 59 and 50. RGB value is (66,89,80). Sum of RGB (Red+Green+Blue) = 66+89+80=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #425950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425950 is #BDA6AF. Grayscale: #515151. Windows color (decimal): -12428976 or 5265730. OLE color: 5265730.

HSL color Cylindrical-coordinate representation of color #425950: hue angle of 156.52º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425950 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 80 -
CMYK 0.26 0 0.10 0.65
HSL 156.52º 0.15% 0.3% -
HSV(B) 156.52º 0.26% 0.35% -
XYZ 7.27 8.88 8.92 -
YUV 81.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 66 89 80 0.26 0 0.10 0.65 156.52 0.15 0.3
Hex 42 59 50 1A 0 A 41 9D F 1E
Octal 102 131 120 32 0 12 101 235 17 36
Binary 1000010 1011001 1010000 11010 0 1010 1000001 10011101 1111 11110

Color Harmonies of #425950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425950

Black with #425950

Text Example


Text Example

White with #425950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425950; }

 p { color: rgb(66,89,80); }

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

background-color css

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

 a { background-color: rgb(66,89,80); }

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

border-color css

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

 span { border-color: rgb(66,89,80); }

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