Html Css Color HEX #427968 Viridian

📋 copy color: '#427968'

red 66 ◦ green 121 ◦ blue 104

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

Shades of Viridian #427968

Tints of Viridian #427968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 22.68%
G = 41.58%
B = 35.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#427968 (or 0x427968) is known color: Viridian. HEX triplet: 42, 79 and 68. RGB value is (66,121,104). Sum of RGB (Red+Green+Blue) = 66+121+104=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #427968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427968 is #BD8697. Grayscale: #666666. Windows color (decimal): -12420760 or 6846786. OLE color: 6846786.

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

Color convert

RGB 66 121 104 -
CMYK 0.45 0 0.14 0.53
HSL 161.45º 0.29% 0.37% -
HSV(B) 161.45º 0.45% 0.47% -
XYZ 11.58 15.83 15.54 -
YUV 102.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 66 121 104 0.45 0 0.14 0.53 161.45 0.29 0.37
Hex 42 79 68 2D 0 E 35 A1 1D 25
Octal 102 171 150 55 0 16 65 241 35 45
Binary 1000010 1111001 1101000 101101 0 1110 110101 10100001 11101 100101

Color Harmonies of #427968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427968

Black with #427968

Text Example


Text Example

White with #427968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427968; }

 p { color: rgb(66,121,104); }

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

background-color css

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

 a { background-color: rgb(66,121,104); }

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

border-color css

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

 span { border-color: rgb(66,121,104); }

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