Html Css Color HEX #427963 Viridian

📋 copy color: '#427963'

red 66 ◦ green 121 ◦ blue 99

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

Shades of Viridian #427963

Tints of Viridian #427963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.31%

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

R = 23.08%
G = 42.31%
B = 34.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#427963 (or 0x427963) is known color: Viridian. HEX triplet: 42, 79 and 63. RGB value is (66,121,99). Sum of RGB (Red+Green+Blue) = 66+121+99=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #427963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427963 is #BD869C. Grayscale: #666666. Windows color (decimal): -12420765 or 6519106. OLE color: 6519106.

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

Color convert

RGB 66 121 99 -
CMYK 0.45 0 0.18 0.53
HSL 156º 0.29% 0.37% -
HSV(B) 156º 0.45% 0.47% -
XYZ 11.34 15.73 14.24 -
YUV 102.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 66 121 99 0.45 0 0.18 0.53 156 0.29 0.37
Hex 42 79 63 2D 0 12 35 9C 1D 25
Octal 102 171 143 55 0 22 65 234 35 45
Binary 1000010 1111001 1100011 101101 0 10010 110101 10011100 11101 100101

Color Harmonies of #427963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427963

Black with #427963

Text Example


Text Example

White with #427963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427963; }

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

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

background-color css

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

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

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

border-color css

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

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

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