Html Css Color HEX #427B3D Fern Green

📋 copy color: '#427B3D'

red 66 ◦ green 123 ◦ blue 61

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

Shades of Fern Green #427B3D

Tints of Fern Green #427B3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 26.4%
G = 49.2%
B = 24.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#427B3D (or 0x427B3D) is known color: Fern Green. HEX triplet: 42, 7B and 3D. RGB value is (66,123,61). Sum of RGB (Red+Green+Blue) = 66+123+61=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #427B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B3D is #BD84C2. Grayscale: #636363. Windows color (decimal): -12420291 or 4029250. OLE color: 4029250.

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

Color convert

RGB 66 123 61 -
CMYK 0.46 0 0.50 0.52
HSL 115.16º 0.34% 0.36% -
HSV(B) 115.16º 0.5% 0.48% -
XYZ 10.17 15.66 6.9 -
YUV 98.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 66 123 61 0.46 0 0.50 0.52 115.16 0.34 0.36
Hex 42 7B 3D 2E 0 32 34 73 22 24
Octal 102 173 75 56 0 62 64 163 42 44
Binary 1000010 1111011 111101 101110 0 110010 110100 1110011 100010 100100

Color Harmonies of #427B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B3D

Black with #427B3D

Text Example


Text Example

White with #427B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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