Html Css Color HEX #425D51 Plantation

📋 copy color: '#425D51'

red 66 ◦ green 93 ◦ blue 81

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

Shades of Plantation #425D51

Tints of Plantation #425D51

RGB

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

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

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

R = 27.5%
G = 38.75%
B = 33.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#425D51 (or 0x425D51) is known color: Plantation. HEX triplet: 42, 5D and 51. RGB value is (66,93,81). Sum of RGB (Red+Green+Blue) = 66+93+81=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #425D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D51 is #BDA2AE. Grayscale: #535353. Windows color (decimal): -12427951 or 5332290. OLE color: 5332290.

HSL color Cylindrical-coordinate representation of color #425D51: hue angle of 153.33º 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 #425D51 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 93 81 -
CMYK 0.29 0 0.13 0.64
HSL 153.33º 0.17% 0.31% -
HSV(B) 153.33º 0.29% 0.36% -
XYZ 7.65 9.58 9.23 -
YUV 83.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 66 93 81 0.29 0 0.13 0.64 153.33 0.17 0.31
Hex 42 5D 51 1D 0 D 40 99 11 1F
Octal 102 135 121 35 0 15 100 231 21 37
Binary 1000010 1011101 1010001 11101 0 1101 1000000 10011001 10001 11111

Color Harmonies of #425D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D51

Black with #425D51

Text Example


Text Example

White with #425D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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