Html Css Color HEX #427560 Viridian

📋 copy color: '#427560'

red 66 ◦ green 117 ◦ blue 96

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

Shades of Viridian #427560

Tints of Viridian #427560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 23.66%
G = 41.94%
B = 34.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#427560 (or 0x427560) is known color: Viridian. HEX triplet: 42, 75 and 60. RGB value is (66,117,96). Sum of RGB (Red+Green+Blue) = 66+117+96=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #427560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427560 is #BD8A9F. Grayscale: #636363. Windows color (decimal): -12421792 or 6321474. OLE color: 6321474.

HSL color Cylindrical-coordinate representation of color #427560: hue angle of 155.29º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427560 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 96 -
CMYK 0.44 0 0.18 0.54
HSL 155.29º 0.28% 0.36% -
HSV(B) 155.29º 0.44% 0.46% -
XYZ 10.72 14.73 13.34 -
YUV 99.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 66 117 96 0.44 0 0.18 0.54 155.29 0.28 0.36
Hex 42 75 60 2C 0 12 36 9B 1C 24
Octal 102 165 140 54 0 22 66 233 34 44
Binary 1000010 1110101 1100000 101100 0 10010 110110 10011011 11100 100100

Color Harmonies of #427560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427560

Black with #427560

Text Example


Text Example

White with #427560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427560; }

 p { color: rgb(66,117,96); }

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

background-color css

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

 a { background-color: rgb(66,117,96); }

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

border-color css

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

 span { border-color: rgb(66,117,96); }

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