Html Css Color HEX #427563 Viridian

📋 copy color: '#427563'

red 66 ◦ green 117 ◦ blue 99

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

Shades of Viridian #427563

Tints of Viridian #427563

RGB

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

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

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

R = 23.4%
G = 41.49%
B = 35.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#427563 (or 0x427563) is known color: Viridian. HEX triplet: 42, 75 and 63. RGB value is (66,117,99). Sum of RGB (Red+Green+Blue) = 66+117+99=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #427563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427563 is #BD8A9C. Grayscale: #636363. Windows color (decimal): -12421789 or 6518082. OLE color: 6518082.

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

Color convert

RGB 66 117 99 -
CMYK 0.44 0 0.15 0.54
HSL 158.82º 0.28% 0.36% -
HSV(B) 158.82º 0.44% 0.46% -
XYZ 10.86 14.78 14.09 -
YUV 99.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 66 117 99 0.44 0 0.15 0.54 158.82 0.28 0.36
Hex 42 75 63 2C 0 F 36 9F 1C 24
Octal 102 165 143 54 0 17 66 237 34 44
Binary 1000010 1110101 1100011 101100 0 1111 110110 10011111 11100 100100

Color Harmonies of #427563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427563

Black with #427563

Text Example


Text Example

White with #427563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427563; }

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

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

background-color css

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

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

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

border-color css

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

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

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