Html Css Color HEX #427663 Viridian

📋 copy color: '#427663'

red 66 ◦ green 118 ◦ blue 99

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

Shades of Viridian #427663

Tints of Viridian #427663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

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

R = 23.32%
G = 41.7%
B = 34.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#427663 (or 0x427663) is known color: Viridian. HEX triplet: 42, 76 and 63. RGB value is (66,118,99). Sum of RGB (Red+Green+Blue) = 66+118+99=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #427663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427663 is #BD899C. Grayscale: #646464. Windows color (decimal): -12421533 or 6518338. OLE color: 6518338.

HSL color Cylindrical-coordinate representation of color #427663: hue angle of 158.08º 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 #427663 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 99 -
CMYK 0.44 0 0.16 0.54
HSL 158.08º 0.28% 0.36% -
HSV(B) 158.08º 0.44% 0.46% -
XYZ 10.98 15.02 14.12 -
YUV 100.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 66 118 99 0.44 0 0.16 0.54 158.08 0.28 0.36
Hex 42 76 63 2C 0 10 36 9E 1C 24
Octal 102 166 143 54 0 20 66 236 34 44
Binary 1000010 1110110 1100011 101100 0 10000 110110 10011110 11100 100100

Color Harmonies of #427663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427663

Black with #427663

Text Example


Text Example

White with #427663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427663; }

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

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

background-color css

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

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

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

border-color css

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

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

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