Html Css Color HEX #428640 Fern Green

📋 copy color: '#428640'

red 66 ◦ green 134 ◦ blue 64

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

Shades of Fern Green #428640

Tints of Fern Green #428640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.76%

 BLUE value IS 64 (25.39% from 255) = 24.24%

R = 25%
G = 50.76%
B = 24.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#428640 (or 0x428640) is known color: Fern Green. HEX triplet: 42, 86 and 40. RGB value is (66,134,64). Sum of RGB (Red+Green+Blue) = 66+134+64=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #428640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428640 is #BD79BF. Grayscale: #696969. Windows color (decimal): -12417472 or 4228674. OLE color: 4228674.

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

Color convert

RGB 66 134 64 -
CMYK 0.51 0 0.52 0.47
HSL 118.29º 0.35% 0.39% -
HSV(B) 118.29º 0.52% 0.53% -
XYZ 11.7 18.58 7.82 -
YUV 105.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 66 134 64 0.51 0 0.52 0.47 118.29 0.35 0.39
Hex 42 86 40 33 0 34 2F 76 23 27
Octal 102 206 100 63 0 64 57 166 43 47
Binary 1000010 10000110 1000000 110011 0 110100 101111 1110110 100011 100111

Color Harmonies of #428640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428640

Black with #428640

Text Example


Text Example

White with #428640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428640; }

 p { color: rgb(66,134,64); }

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

background-color css

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

 a { background-color: rgb(66,134,64); }

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

border-color css

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

 span { border-color: rgb(66,134,64); }

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