Html Css Color HEX #427661 Viridian

📋 copy color: '#427661'

red 66 ◦ green 118 ◦ blue 97

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

Shades of Viridian #427661

Tints of Viridian #427661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.99%

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

R = 23.49%
G = 41.99%
B = 34.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#427661 (or 0x427661) is known color: Viridian. HEX triplet: 42, 76 and 61. RGB value is (66,118,97). Sum of RGB (Red+Green+Blue) = 66+118+97=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #427661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427661 is #BD899E. Grayscale: #646464. Windows color (decimal): -12421535 or 6387266. OLE color: 6387266.

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

Color convert

RGB 66 118 97 -
CMYK 0.44 0 0.18 0.54
HSL 155.77º 0.28% 0.36% -
HSV(B) 155.77º 0.44% 0.46% -
XYZ 10.88 14.98 13.63 -
YUV 100.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 66 118 97 0.44 0 0.18 0.54 155.77 0.28 0.36
Hex 42 76 61 2C 0 12 36 9C 1C 24
Octal 102 166 141 54 0 22 66 234 34 44
Binary 1000010 1110110 1100001 101100 0 10010 110110 10011100 11100 100100

Color Harmonies of #427661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427661

Black with #427661

Text Example


Text Example

White with #427661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427661; }

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

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

background-color css

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

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

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

border-color css

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

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

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