Html Css Color HEX #427B3F Fern Green

📋 copy color: '#427B3F'

red 66 ◦ green 123 ◦ blue 63

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

Shades of Fern Green #427B3F

Tints of Fern Green #427B3F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.81%

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

R = 26.19%
G = 48.81%
B = 25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#427B3F (or 0x427B3F) is known color: Fern Green. HEX triplet: 42, 7B and 3F. RGB value is (66,123,63). Sum of RGB (Red+Green+Blue) = 66+123+63=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #427B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B3F is #BD84C0. Grayscale: #636363. Windows color (decimal): -12420289 or 4160322. OLE color: 4160322.

HSL color Cylindrical-coordinate representation of color #427B3F: hue angle of 117º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #427B3F is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 63 -
CMYK 0.46 0 0.49 0.52
HSL 117º 0.32% 0.36% -
HSV(B) 117º 0.49% 0.48% -
XYZ 10.23 15.68 7.19 -
YUV 99.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 66 123 63 0.46 0 0.49 0.52 117 0.32 0.36
Hex 42 7B 3F 2E 0 31 34 75 20 24
Octal 102 173 77 56 0 61 64 165 40 44
Binary 1000010 1111011 111111 101110 0 110001 110100 1110101 100000 100100

Color Harmonies of #427B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B3F

Black with #427B3F

Text Example


Text Example

White with #427B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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