Html Css Color HEX #428765 Viridian

📋 copy color: '#428765'

red 66 ◦ green 135 ◦ blue 101

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

Shades of Viridian #428765

Tints of Viridian #428765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 21.85%
G = 44.7%
B = 33.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#428765 (or 0x428765) is known color: Viridian. HEX triplet: 42, 87 and 65. RGB value is (66,135,101). Sum of RGB (Red+Green+Blue) = 66+135+101=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #428765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428765 is #BD789A. Grayscale: #6E6E6E. Windows color (decimal): -12417179 or 6653762. OLE color: 6653762.

HSL color Cylindrical-coordinate representation of color #428765: hue angle of 150.43º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428765 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 101 -
CMYK 0.51 0 0.25 0.47
HSL 150.43º 0.34% 0.39% -
HSV(B) 150.43º 0.51% 0.53% -
XYZ 13.26 19.43 15.36 -
YUV 110.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 66 135 101 0.51 0 0.25 0.47 150.43 0.34 0.39
Hex 42 87 65 33 0 19 2F 96 22 27
Octal 102 207 145 63 0 31 57 226 42 47
Binary 1000010 10000111 1100101 110011 0 11001 101111 10010110 100010 100111

Color Harmonies of #428765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428765

Black with #428765

Text Example


Text Example

White with #428765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428765; }

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

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

background-color css

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

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

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

border-color css

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

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

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