Html Css Color HEX #427262 Viridian

📋 copy color: '#427262'

red 66 ◦ green 114 ◦ blue 98

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

Shades of Viridian #427262

Tints of Viridian #427262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 23.74%
G = 41.01%
B = 35.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#427262 (or 0x427262) is known color: Viridian. HEX triplet: 42, 72 and 62. RGB value is (66,114,98). Sum of RGB (Red+Green+Blue) = 66+114+98=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #427262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427262 is #BD8D9D. Grayscale: #616161. Windows color (decimal): -12422558 or 6451778. OLE color: 6451778.

HSL color Cylindrical-coordinate representation of color #427262: hue angle of 160º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427262 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 114 98 -
CMYK 0.42 0 0.14 0.55
HSL 160º 0.27% 0.35% -
HSV(B) 160º 0.42% 0.45% -
XYZ 10.47 14.07 13.72 -
YUV 97.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 66 114 98 0.42 0 0.14 0.55 160 0.27 0.35
Hex 42 72 62 2A 0 E 37 A0 1B 23
Octal 102 162 142 52 0 16 67 240 33 43
Binary 1000010 1110010 1100010 101010 0 1110 110111 10100000 11011 100011

Color Harmonies of #427262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427262

Black with #427262

Text Example


Text Example

White with #427262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427262; }

 p { color: rgb(66,114,98); }

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

background-color css

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

 a { background-color: rgb(66,114,98); }

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

border-color css

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

 span { border-color: rgb(66,114,98); }

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