Html Css Color HEX #425A4C Plantation

📋 copy color: '#425A4C'

red 66 ◦ green 90 ◦ blue 76

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

Shades of Plantation #425A4C

Tints of Plantation #425A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 28.45%
G = 38.79%
B = 32.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#425A4C (or 0x425A4C) is known color: Plantation. HEX triplet: 42, 5A and 4C. RGB value is (66,90,76). Sum of RGB (Red+Green+Blue) = 66+90+76=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #425A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A4C is #BDA5B3. Grayscale: #515151. Windows color (decimal): -12428724 or 5003842. OLE color: 5003842.

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

Color convert

RGB 66 90 76 -
CMYK 0.27 0 0.16 0.65
HSL 145º 0.15% 0.31% -
HSV(B) 145º 0.27% 0.35% -
XYZ 7.21 8.99 8.19 -
YUV 81.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 66 90 76 0.27 0 0.16 0.65 145 0.15 0.31
Hex 42 5A 4C 1B 0 10 41 91 F 1F
Octal 102 132 114 33 0 20 101 221 17 37
Binary 1000010 1011010 1001100 11011 0 10000 1000001 10010001 1111 11111

Color Harmonies of #425A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A4C

Black with #425A4C

Text Example


Text Example

White with #425A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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