Html Css Color HEX #42843A Fern Green

📋 copy color: '#42843A'

red 66 ◦ green 132 ◦ blue 58

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

Shades of Fern Green #42843A

Tints of Fern Green #42843A

RGB

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

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

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

R = 25.78%
G = 51.56%
B = 22.66%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#42843A (or 0x42843A) is known color: Fern Green. HEX triplet: 42, 84 and 3A. RGB value is (66,132,58). Sum of RGB (Red+Green+Blue) = 66+132+58=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #42843A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42843A is #BD7BC5. Grayscale: #686868. Windows color (decimal): -12417990 or 3834946. OLE color: 3834946.

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

Color convert

RGB 66 132 58 -
CMYK 0.5 0 0.56 0.48
HSL 113.51º 0.39% 0.37% -
HSV(B) 113.51º 0.56% 0.52% -
XYZ 11.26 17.97 6.88 -
YUV 103.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 66 132 58 0.5 0 0.56 0.48 113.51 0.39 0.37
Hex 42 84 3A 32 0 38 30 72 27 25
Octal 102 204 72 62 0 70 60 162 47 45
Binary 1000010 10000100 111010 110010 0 111000 110000 1110010 100111 100101

Color Harmonies of #42843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42843A

Black with #42843A

Text Example


Text Example

White with #42843A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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