Html Css Color HEX #425B51 Plantation

📋 copy color: '#425B51'

red 66 ◦ green 91 ◦ blue 81

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

Shades of Plantation #425B51

Tints of Plantation #425B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.24%

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

R = 27.73%
G = 38.24%
B = 34.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#425B51 (or 0x425B51) is known color: Plantation. HEX triplet: 42, 5B and 51. RGB value is (66,91,81). Sum of RGB (Red+Green+Blue) = 66+91+81=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #425B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B51 is #BDA4AE. Grayscale: #525252. Windows color (decimal): -12428463 or 5331778. OLE color: 5331778.

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

Color convert

RGB 66 91 81 -
CMYK 0.27 0 0.11 0.64
HSL 156º 0.16% 0.31% -
HSV(B) 156º 0.27% 0.36% -
XYZ 7.47 9.23 9.17 -
YUV 82.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 66 91 81 0.27 0 0.11 0.64 156 0.16 0.31
Hex 42 5B 51 1B 0 B 40 9C 10 1F
Octal 102 133 121 33 0 13 100 234 20 37
Binary 1000010 1011011 1010001 11011 0 1011 1000000 10011100 10000 11111

Color Harmonies of #425B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B51

Black with #425B51

Text Example


Text Example

White with #425B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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