Html Css Color HEX #425D50 Plantation

📋 copy color: '#425D50'

red 66 ◦ green 93 ◦ blue 80

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

Shades of Plantation #425D50

Tints of Plantation #425D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.91%

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

R = 27.62%
G = 38.91%
B = 33.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#425D50 (or 0x425D50) is known color: Plantation. HEX triplet: 42, 5D and 50. RGB value is (66,93,80). Sum of RGB (Red+Green+Blue) = 66+93+80=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #425D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D50 is #BDA2AF. Grayscale: #535353. Windows color (decimal): -12427952 or 5266754. OLE color: 5266754.

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

Color convert

RGB 66 93 80 -
CMYK 0.29 0 0.14 0.64
HSL 151.11º 0.17% 0.31% -
HSV(B) 151.11º 0.29% 0.36% -
XYZ 7.61 9.57 9.03 -
YUV 83.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 66 93 80 0.29 0 0.14 0.64 151.11 0.17 0.31
Hex 42 5D 50 1D 0 E 40 97 11 1F
Octal 102 135 120 35 0 16 100 227 21 37
Binary 1000010 1011101 1010000 11101 0 1110 1000000 10010111 10001 11111

Color Harmonies of #425D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D50

Black with #425D50

Text Example


Text Example

White with #425D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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