Html Css Color HEX #427A61 Viridian

📋 copy color: '#427A61'

red 66 ◦ green 122 ◦ blue 97

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

Shades of Viridian #427A61

Tints of Viridian #427A61

RGB

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

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

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

R = 23.16%
G = 42.81%
B = 34.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#427A61 (or 0x427A61) is known color: Viridian. HEX triplet: 42, 7A and 61. RGB value is (66,122,97). Sum of RGB (Red+Green+Blue) = 66+122+97=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #427A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A61 is #BD859E. Grayscale: #666666. Windows color (decimal): -12420511 or 6388290. OLE color: 6388290.

HSL color Cylindrical-coordinate representation of color #427A61: hue angle of 153.21º 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 #427A61 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 97 -
CMYK 0.46 0 0.20 0.52
HSL 153.21º 0.3% 0.37% -
HSV(B) 153.21º 0.46% 0.48% -
XYZ 11.36 15.94 13.79 -
YUV 102.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 66 122 97 0.46 0 0.20 0.52 153.21 0.3 0.37
Hex 42 7A 61 2E 0 14 34 99 1E 25
Octal 102 172 141 56 0 24 64 231 36 45
Binary 1000010 1111010 1100001 101110 0 10100 110100 10011001 11110 100101

Color Harmonies of #427A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A61

Black with #427A61

Text Example


Text Example

White with #427A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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