Html Css Color HEX #42843F Fern Green

📋 copy color: '#42843F'

red 66 ◦ green 132 ◦ blue 63

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

Shades of Fern Green #42843F

Tints of Fern Green #42843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 25.29%
G = 50.57%
B = 24.14%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#42843F (or 0x42843F) is known color: Fern Green. HEX triplet: 42, 84 and 3F. RGB value is (66,132,63). Sum of RGB (Red+Green+Blue) = 66+132+63=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #42843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42843F is #BD7BC0. Grayscale: #686868. Windows color (decimal): -12417985 or 4162626. OLE color: 4162626.

HSL color Cylindrical-coordinate representation of color #42843F: hue angle of 117.39º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42843F is Cyan = 0.5, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 132 63 -
CMYK 0.5 0 0.52 0.48
HSL 117.39º 0.35% 0.38% -
HSV(B) 117.39º 0.52% 0.52% -
XYZ 11.4 18.02 7.58 -
YUV 104.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 66 132 63 0.5 0 0.52 0.48 117.39 0.35 0.38
Hex 42 84 3F 32 0 34 30 75 23 26
Octal 102 204 77 62 0 64 60 165 43 46
Binary 1000010 10000100 111111 110010 0 110100 110000 1110101 100011 100110

Color Harmonies of #42843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42843F

Black with #42843F

Text Example


Text Example

White with #42843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42843F; }

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

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

background-color css

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

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

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

border-color css

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

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

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