Html Css Color HEX #425A4F Plantation

📋 copy color: '#425A4F'

red 66 ◦ green 90 ◦ blue 79

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

Shades of Plantation #425A4F

Tints of Plantation #425A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.3%

 BLUE value IS 79 (31.25% from 255) = 33.62%

R = 28.09%
G = 38.3%
B = 33.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#425A4F (or 0x425A4F) is known color: Plantation. HEX triplet: 42, 5A and 4F. RGB value is (66,90,79). Sum of RGB (Red+Green+Blue) = 66+90+79=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #425A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A4F is #BDA5B0. Grayscale: #515151. Windows color (decimal): -12428721 or 5200450. OLE color: 5200450.

HSL color Cylindrical-coordinate representation of color #425A4F: hue angle of 152.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A4F is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 79 -
CMYK 0.27 0 0.12 0.65
HSL 152.5º 0.15% 0.31% -
HSV(B) 152.5º 0.27% 0.35% -
XYZ 7.31 9.04 8.76 -
YUV 81.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 66 90 79 0.27 0 0.12 0.65 152.5 0.15 0.31
Hex 42 5A 4F 1B 0 C 41 98 F 1F
Octal 102 132 117 33 0 14 101 230 17 37
Binary 1000010 1011010 1001111 11011 0 1100 1000001 10011000 1111 11111

Color Harmonies of #425A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A4F

Black with #425A4F

Text Example


Text Example

White with #425A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,90,79); }

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

background-color css

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

 a { background-color: rgb(66,90,79); }

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

border-color css

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

 span { border-color: rgb(66,90,79); }

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