Html Css Color HEX #427C3A Fern Green

📋 copy color: '#427C3A'

red 66 ◦ green 124 ◦ blue 58

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

Shades of Fern Green #427C3A

Tints of Fern Green #427C3A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 26.61%
G = 50%
B = 23.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#427C3A (or 0x427C3A) is known color: Fern Green. HEX triplet: 42, 7C and 3A. RGB value is (66,124,58). Sum of RGB (Red+Green+Blue) = 66+124+58=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #427C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C3A is #BD83C5. Grayscale: #636363. Windows color (decimal): -12420038 or 3832898. OLE color: 3832898.

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

Color convert

RGB 66 124 58 -
CMYK 0.47 0 0.53 0.51
HSL 112.73º 0.36% 0.36% -
HSV(B) 112.73º 0.53% 0.49% -
XYZ 10.22 15.88 6.53 -
YUV 99.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 66 124 58 0.47 0 0.53 0.51 112.73 0.36 0.36
Hex 42 7C 3A 2F 0 35 33 71 24 24
Octal 102 174 72 57 0 65 63 161 44 44
Binary 1000010 1111100 111010 101111 0 110101 110011 1110001 100100 100100

Color Harmonies of #427C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C3A

Black with #427C3A

Text Example


Text Example

White with #427C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,124,58); }

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

background-color css

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

 a { background-color: rgb(66,124,58); }

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

border-color css

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

 span { border-color: rgb(66,124,58); }

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