Html Css Color HEX #425E50 Plantation

📋 copy color: '#425E50'

red 66 ◦ green 94 ◦ blue 80

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

Shades of Plantation #425E50

Tints of Plantation #425E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.17%

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

R = 27.5%
G = 39.17%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#425E50 (or 0x425E50) is known color: Plantation. HEX triplet: 42, 5E and 50. RGB value is (66,94,80). Sum of RGB (Red+Green+Blue) = 66+94+80=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 94 - color contains mainly: green. Hex color #425E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E50 is #BDA1AF. Grayscale: #545454. Windows color (decimal): -12427696 or 5267010. OLE color: 5267010.

HSL color Cylindrical-coordinate representation of color #425E50: hue angle of 150º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #425E50 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 94 80 -
CMYK 0.30 0 0.15 0.63
HSL 150º 0.18% 0.31% -
HSV(B) 150º 0.3% 0.37% -
XYZ 7.7 9.74 9.06 -
YUV 84.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 66 94 80 0.30 0 0.15 0.63 150 0.18 0.31
Hex 42 5E 50 1E 0 F 3F 96 12 1F
Octal 102 136 120 36 0 17 77 226 22 37
Binary 1000010 1011110 1010000 11110 0 1111 111111 10010110 10010 11111

Color Harmonies of #425E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E50

Black with #425E50

Text Example


Text Example

White with #425E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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