Html Css Color HEX #427D64 Viridian

📋 copy color: '#427D64'

red 66 ◦ green 125 ◦ blue 100

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

Shades of Viridian #427D64

Tints of Viridian #427D64

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

 BLUE value IS 100 (39.45% from 255) = 34.36%

R = 22.68%
G = 42.96%
B = 34.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.2

 K value IS 0.51

RGB Variations

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

Color information

#427D64 (or 0x427D64) is known color: Viridian. HEX triplet: 42, 7D and 64. RGB value is (66,125,100). Sum of RGB (Red+Green+Blue) = 66+125+100=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #427D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D64 is #BD829B. Grayscale: #686868. Windows color (decimal): -12419740 or 6585666. OLE color: 6585666.

HSL color Cylindrical-coordinate representation of color #427D64: hue angle of 154.58º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427D64 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 125 100 -
CMYK 0.47 0 0.2 0.51
HSL 154.58º 0.31% 0.37% -
HSV(B) 154.58º 0.47% 0.49% -
XYZ 11.88 16.75 14.66 -
YUV 104.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 66 125 100 0.47 0 0.2 0.51 154.58 0.31 0.37
Hex 42 7D 64 2F 0 14 33 9B 1F 25
Octal 102 175 144 57 0 24 63 233 37 45
Binary 1000010 1111101 1100100 101111 0 10100 110011 10011011 11111 100101

Color Harmonies of #427D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427D64

Black with #427D64

Text Example


Text Example

White with #427D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,125,100); }

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

background-color css

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

 a { background-color: rgb(66,125,100); }

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

border-color css

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

 span { border-color: rgb(66,125,100); }

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