Html Css Color HEX #427561 Viridian

📋 copy color: '#427561'

red 66 ◦ green 117 ◦ blue 97

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

Shades of Viridian #427561

Tints of Viridian #427561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 23.57%
G = 41.79%
B = 34.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#427561 (or 0x427561) is known color: Viridian. HEX triplet: 42, 75 and 61. RGB value is (66,117,97). Sum of RGB (Red+Green+Blue) = 66+117+97=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #427561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427561 is #BD8A9E. Grayscale: #636363. Windows color (decimal): -12421791 or 6387010. OLE color: 6387010.

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

Color convert

RGB 66 117 97 -
CMYK 0.44 0 0.17 0.54
HSL 156.47º 0.28% 0.36% -
HSV(B) 156.47º 0.44% 0.46% -
XYZ 10.77 14.74 13.59 -
YUV 99.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 66 117 97 0.44 0 0.17 0.54 156.47 0.28 0.36
Hex 42 75 61 2C 0 11 36 9C 1C 24
Octal 102 165 141 54 0 21 66 234 34 44
Binary 1000010 1110101 1100001 101100 0 10001 110110 10011100 11100 100100

Color Harmonies of #427561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427561

Black with #427561

Text Example


Text Example

White with #427561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427561; }

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

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

background-color css

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

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

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

border-color css

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

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

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