Html Css Color HEX #4A7338 Fern Green

📋 copy color: '#4A7338'

red 74 ◦ green 115 ◦ blue 56

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

Shades of Fern Green #4A7338

Tints of Fern Green #4A7338

RGB

 RED value IS 74 (29.3% from 255) = 30.2%

 GREEN value IS 115 (45.31% from 255) = 46.94%

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 30.2%
G = 46.94%
B = 22.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#4A7338 (or 0x4A7338) is known color: Fern Green. HEX triplet: 4A, 73 and 38. RGB value is (74,115,56). Sum of RGB (Red+Green+Blue) = 74+115+56=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7338 is #B58CC7. Grayscale: #606060. Windows color (decimal): -11898056 or 3699530. OLE color: 3699530.

HSL color Cylindrical-coordinate representation of color #4A7338: hue angle of 101.69º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A7338 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 56 -
CMYK 0.36 0 0.51 0.55
HSL 101.69º 0.35% 0.34% -
HSV(B) 101.69º 0.51% 0.45% -
XYZ 9.67 14 5.93 -
YUV 96.02 105.42 112.3 -
System Red Green Blue C M Y K H S L
Decimal 74 115 56 0.36 0 0.51 0.55 101.69 0.35 0.34
Hex 4A 73 38 24 0 33 37 66 23 22
Octal 112 163 70 44 0 63 67 146 43 42
Binary 1001010 1110011 111000 100100 0 110011 110111 1100110 100011 100010

Color Harmonies of #4A7338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7338

Black with #4A7338

Text Example


Text Example

White with #4A7338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7338; }

 p { color: rgb(74,115,56); }

 H1.HeaderClassName
 {
   color: #4A7338;
 }
 .AnyTagClassName
 {
   color: #4A7338;
 }
</style>

background-color css

<style>
 a { background-color: #4A7338; }

 a { background-color: rgb(74,115,56); }

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

border-color css

<style>
 span { border-color: #4A7338; }

 span { border-color: rgb(74,115,56); }

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