Html Css Color HEX #425D4F Plantation

📋 copy color: '#425D4F'

red 66 ◦ green 93 ◦ blue 79

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

Shades of Plantation #425D4F

Tints of Plantation #425D4F

RGB

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

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

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

R = 27.73%
G = 39.08%
B = 33.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#425D4F (or 0x425D4F) is known color: Plantation. HEX triplet: 42, 5D and 4F. RGB value is (66,93,79). Sum of RGB (Red+Green+Blue) = 66+93+79=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #425D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D4F is #BDA2B0. Grayscale: #535353. Windows color (decimal): -12427953 or 5201218. OLE color: 5201218.

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

Color convert

RGB 66 93 79 -
CMYK 0.29 0 0.15 0.64
HSL 148.89º 0.17% 0.31% -
HSV(B) 148.89º 0.29% 0.36% -
XYZ 7.57 9.55 8.84 -
YUV 83.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 66 93 79 0.29 0 0.15 0.64 148.89 0.17 0.31
Hex 42 5D 4F 1D 0 F 40 95 11 1F
Octal 102 135 117 35 0 17 100 225 21 37
Binary 1000010 1011101 1001111 11101 0 1111 1000000 10010101 10001 11111

Color Harmonies of #425D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D4F

Black with #425D4F

Text Example


Text Example

White with #425D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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