Html Css Color HEX #427767 Viridian

📋 copy color: '#427767'

red 66 ◦ green 119 ◦ blue 103

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

Shades of Viridian #427767

Tints of Viridian #427767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 22.92%
G = 41.32%
B = 35.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#427767 (or 0x427767) is known color: Viridian. HEX triplet: 42, 77 and 67. RGB value is (66,119,103). Sum of RGB (Red+Green+Blue) = 66+119+103=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #427767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427767 is #BD8898. Grayscale: #656565. Windows color (decimal): -12421273 or 6780738. OLE color: 6780738.

HSL color Cylindrical-coordinate representation of color #427767: hue angle of 161.89º 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 #427767 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 119 103 -
CMYK 0.45 0 0.13 0.53
HSL 161.89º 0.29% 0.36% -
HSV(B) 161.89º 0.45% 0.47% -
XYZ 11.29 15.33 15.2 -
YUV 101.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 66 119 103 0.45 0 0.13 0.53 161.89 0.29 0.36
Hex 42 77 67 2D 0 D 35 A2 1D 24
Octal 102 167 147 55 0 15 65 242 35 44
Binary 1000010 1110111 1100111 101101 0 1101 110101 10100010 11101 100100

Color Harmonies of #427767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427767

Black with #427767

Text Example


Text Example

White with #427767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427767; }

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

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

background-color css

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

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

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

border-color css

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

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

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