Html Css Color HEX #42843B Fern Green

📋 copy color: '#42843B'

red 66 ◦ green 132 ◦ blue 59

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

Shades of Fern Green #42843B

Tints of Fern Green #42843B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 25.68%
G = 51.36%
B = 22.96%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#42843B (or 0x42843B) is known color: Fern Green. HEX triplet: 42, 84 and 3B. RGB value is (66,132,59). Sum of RGB (Red+Green+Blue) = 66+132+59=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #42843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42843B is #BD7BC4. Grayscale: #686868. Windows color (decimal): -12417989 or 3900482. OLE color: 3900482.

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

Color convert

RGB 66 132 59 -
CMYK 0.5 0 0.55 0.48
HSL 114.25º 0.38% 0.37% -
HSV(B) 114.25º 0.55% 0.52% -
XYZ 11.29 17.98 7.01 -
YUV 103.94 102.63 100.94 -
System Red Green Blue C M Y K H S L
Decimal 66 132 59 0.5 0 0.55 0.48 114.25 0.38 0.37
Hex 42 84 3B 32 0 37 30 72 26 25
Octal 102 204 73 62 0 67 60 162 46 45
Binary 1000010 10000100 111011 110010 0 110111 110000 1110010 100110 100101

Color Harmonies of #42843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42843B

Black with #42843B

Text Example


Text Example

White with #42843B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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