Html Css Color HEX #425B4E Plantation

📋 copy color: '#425B4E'

red 66 ◦ green 91 ◦ blue 78

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

Shades of Plantation #425B4E

Tints of Plantation #425B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.19%

R = 28.09%
G = 38.72%
B = 33.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#425B4E (or 0x425B4E) is known color: Plantation. HEX triplet: 42, 5B and 4E. RGB value is (66,91,78). Sum of RGB (Red+Green+Blue) = 66+91+78=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #425B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B4E is #BDA4B1. Grayscale: #525252. Windows color (decimal): -12428466 or 5135170. OLE color: 5135170.

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

Color convert

RGB 66 91 78 -
CMYK 0.27 0 0.14 0.64
HSL 148.8º 0.16% 0.31% -
HSV(B) 148.8º 0.27% 0.36% -
XYZ 7.36 9.19 8.59 -
YUV 82.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 66 91 78 0.27 0 0.14 0.64 148.8 0.16 0.31
Hex 42 5B 4E 1B 0 E 40 95 10 1F
Octal 102 133 116 33 0 16 100 225 20 37
Binary 1000010 1011011 1001110 11011 0 1110 1000000 10010101 10000 11111

Color Harmonies of #425B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B4E

Black with #425B4E

Text Example


Text Example

White with #425B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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