Html Css Color HEX #427765 Viridian

📋 copy color: '#427765'

red 66 ◦ green 119 ◦ blue 101

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

Shades of Viridian #427765

Tints of Viridian #427765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 23.08%
G = 41.61%
B = 35.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#427765 (or 0x427765) is known color: Viridian. HEX triplet: 42, 77 and 65. RGB value is (66,119,101). Sum of RGB (Red+Green+Blue) = 66+119+101=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #427765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427765 is #BD889A. Grayscale: #656565. Windows color (decimal): -12421275 or 6649666. OLE color: 6649666.

HSL color Cylindrical-coordinate representation of color #427765: hue angle of 159.62º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427765 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 101 -
CMYK 0.45 0 0.15 0.53
HSL 159.62º 0.29% 0.36% -
HSV(B) 159.62º 0.45% 0.47% -
XYZ 11.19 15.29 14.67 -
YUV 101.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 66 119 101 0.45 0 0.15 0.53 159.62 0.29 0.36
Hex 42 77 65 2D 0 F 35 A0 1D 24
Octal 102 167 145 55 0 17 65 240 35 44
Binary 1000010 1110111 1100101 101101 0 1111 110101 10100000 11101 100100

Color Harmonies of #427765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427765

Black with #427765

Text Example


Text Example

White with #427765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427765; }

 p { color: rgb(66,119,101); }

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

background-color css

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

 a { background-color: rgb(66,119,101); }

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

border-color css

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

 span { border-color: rgb(66,119,101); }

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