Html Css Color HEX #427A63 Viridian

📋 copy color: '#427A63'

red 66 ◦ green 122 ◦ blue 99

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

Shades of Viridian #427A63

Tints of Viridian #427A63

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

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

R = 23%
G = 42.51%
B = 34.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#427A63 (or 0x427A63) is known color: Viridian. HEX triplet: 42, 7A and 63. RGB value is (66,122,99). Sum of RGB (Red+Green+Blue) = 66+122+99=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #427A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A63 is #BD859C. Grayscale: #666666. Windows color (decimal): -12420509 or 6519362. OLE color: 6519362.

HSL color Cylindrical-coordinate representation of color #427A63: hue angle of 155.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A63 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 99 -
CMYK 0.46 0 0.19 0.52
HSL 155.36º 0.3% 0.37% -
HSV(B) 155.36º 0.46% 0.48% -
XYZ 11.46 15.98 14.28 -
YUV 102.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 66 122 99 0.46 0 0.19 0.52 155.36 0.3 0.37
Hex 42 7A 63 2E 0 13 34 9B 1E 25
Octal 102 172 143 56 0 23 64 233 36 45
Binary 1000010 1111010 1100011 101110 0 10011 110100 10011011 11110 100101

Color Harmonies of #427A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A63

Black with #427A63

Text Example


Text Example

White with #427A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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