Html Css Color HEX #42853F Fern Green

📋 copy color: '#42853F'

red 66 ◦ green 133 ◦ blue 63

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

Shades of Fern Green #42853F

Tints of Fern Green #42853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.76%

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

R = 25.19%
G = 50.76%
B = 24.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#42853F (or 0x42853F) is known color: Fern Green. HEX triplet: 42, 85 and 3F. RGB value is (66,133,63). Sum of RGB (Red+Green+Blue) = 66+133+63=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #42853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42853F is #BD7AC0. Grayscale: #696969. Windows color (decimal): -12417729 or 4162882. OLE color: 4162882.

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

Color convert

RGB 66 133 63 -
CMYK 0.50 0 0.53 0.48
HSL 117.43º 0.36% 0.38% -
HSV(B) 117.43º 0.53% 0.52% -
XYZ 11.53 18.29 7.63 -
YUV 104.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 66 133 63 0.50 0 0.53 0.48 117.43 0.36 0.38
Hex 42 85 3F 32 0 35 30 75 24 26
Octal 102 205 77 62 0 65 60 165 44 46
Binary 1000010 10000101 111111 110010 0 110101 110000 1110101 100100 100110

Color Harmonies of #42853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42853F

Black with #42853F

Text Example


Text Example

White with #42853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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