Html Css Color HEX #427464 Viridian

📋 copy color: '#427464'

red 66 ◦ green 116 ◦ blue 100

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

Shades of Viridian #427464

Tints of Viridian #427464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 23.4%
G = 41.13%
B = 35.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#427464 (or 0x427464) is known color: Viridian. HEX triplet: 42, 74 and 64. RGB value is (66,116,100). Sum of RGB (Red+Green+Blue) = 66+116+100=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #427464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427464 is #BD8B9B. Grayscale: #636363. Windows color (decimal): -12422044 or 6583362. OLE color: 6583362.

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

Color convert

RGB 66 116 100 -
CMYK 0.43 0 0.14 0.55
HSL 160.8º 0.27% 0.36% -
HSV(B) 160.8º 0.43% 0.45% -
XYZ 10.79 14.57 14.3 -
YUV 99.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 66 116 100 0.43 0 0.14 0.55 160.8 0.27 0.36
Hex 42 74 64 2B 0 E 37 A1 1B 24
Octal 102 164 144 53 0 16 67 241 33 44
Binary 1000010 1110100 1100100 101011 0 1110 110111 10100001 11011 100100

Color Harmonies of #427464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427464

Black with #427464

Text Example


Text Example

White with #427464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427464; }

 p { color: rgb(66,116,100); }

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

background-color css

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

 a { background-color: rgb(66,116,100); }

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

border-color css

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

 span { border-color: rgb(66,116,100); }

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