Html Css Color HEX #428B3F Fern Green

📋 copy color: '#428B3F'

red 66 ◦ green 139 ◦ blue 63

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

Shades of Fern Green #428B3F

Tints of Fern Green #428B3F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.87%

 BLUE value IS 63 (25% from 255) = 23.51%

R = 24.63%
G = 51.87%
B = 23.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#428B3F (or 0x428B3F) is known color: Fern Green. HEX triplet: 42, 8B and 3F. RGB value is (66,139,63). Sum of RGB (Red+Green+Blue) = 66+139+63=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #428B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428B3F is #BD74C0. Grayscale: #6C6C6C. Windows color (decimal): -12416193 or 4164418. OLE color: 4164418.

HSL color Cylindrical-coordinate representation of color #428B3F: hue angle of 117.63º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #428B3F is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 139 63 -
CMYK 0.53 0 0.55 0.45
HSL 117.63º 0.38% 0.4% -
HSV(B) 117.63º 0.55% 0.55% -
XYZ 12.38 19.98 7.91 -
YUV 108.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 66 139 63 0.53 0 0.55 0.45 117.63 0.38 0.4
Hex 42 8B 3F 35 0 37 2D 76 26 28
Octal 102 213 77 65 0 67 55 166 46 50
Binary 1000010 10001011 111111 110101 0 110111 101101 1110110 100110 101000

Color Harmonies of #428B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B3F

Black with #428B3F

Text Example


Text Example

White with #428B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428B3F; }

 p { color: rgb(66,139,63); }

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

background-color css

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

 a { background-color: rgb(66,139,63); }

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

border-color css

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

 span { border-color: rgb(66,139,63); }

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