Html Css Color HEX #427863 Viridian

📋 copy color: '#427863'

red 66 ◦ green 120 ◦ blue 99

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

Shades of Viridian #427863

Tints of Viridian #427863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.11%

 BLUE value IS 99 (39.06% from 255) = 34.74%

R = 23.16%
G = 42.11%
B = 34.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#427863 (or 0x427863) is known color: Viridian. HEX triplet: 42, 78 and 63. RGB value is (66,120,99). Sum of RGB (Red+Green+Blue) = 66+120+99=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #427863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427863 is #BD879C. Grayscale: #656565. Windows color (decimal): -12421021 or 6518850. OLE color: 6518850.

HSL color Cylindrical-coordinate representation of color #427863: hue angle of 156.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427863 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 120 99 -
CMYK 0.45 0 0.17 0.53
HSL 156.67º 0.29% 0.36% -
HSV(B) 156.67º 0.45% 0.47% -
XYZ 11.22 15.49 14.2 -
YUV 101.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 66 120 99 0.45 0 0.17 0.53 156.67 0.29 0.36
Hex 42 78 63 2D 0 11 35 9D 1D 24
Octal 102 170 143 55 0 21 65 235 35 44
Binary 1000010 1111000 1100011 101101 0 10001 110101 10011101 11101 100100

Color Harmonies of #427863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427863

Black with #427863

Text Example


Text Example

White with #427863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427863; }

 p { color: rgb(66,120,99); }

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

background-color css

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

 a { background-color: rgb(66,120,99); }

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

border-color css

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

 span { border-color: rgb(66,120,99); }

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