Html Css Color HEX #42763A Fern Green

📋 copy color: '#42763A'

red 66 ◦ green 118 ◦ blue 58

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

Shades of Fern Green #42763A

Tints of Fern Green #42763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 27.27%
G = 48.76%
B = 23.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#42763A (or 0x42763A) is known color: Fern Green. HEX triplet: 42, 76 and 3A. RGB value is (66,118,58). Sum of RGB (Red+Green+Blue) = 66+118+58=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #42763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42763A is #BD89C5. Grayscale: #5F5F5F. Windows color (decimal): -12421574 or 3831362. OLE color: 3831362.

HSL color Cylindrical-coordinate representation of color #42763A: hue angle of 112º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42763A is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 58 -
CMYK 0.44 0 0.51 0.54
HSL 112º 0.34% 0.35% -
HSV(B) 112º 0.51% 0.46% -
XYZ 9.49 14.42 6.29 -
YUV 95.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 66 118 58 0.44 0 0.51 0.54 112 0.34 0.35
Hex 42 76 3A 2C 0 33 36 70 22 23
Octal 102 166 72 54 0 63 66 160 42 43
Binary 1000010 1110110 111010 101100 0 110011 110110 1110000 100010 100011

Color Harmonies of #42763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42763A

Black with #42763A

Text Example


Text Example

White with #42763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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