Html Css Color HEX #44713B Fern Green

📋 copy color: '#44713B'

red 68 ◦ green 113 ◦ blue 59

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

Shades of Fern Green #44713B

Tints of Fern Green #44713B

RGB

 RED value IS 68 (26.95% from 255) = 28.33%

 GREEN value IS 113 (44.53% from 255) = 47.08%

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

R = 28.33%
G = 47.08%
B = 24.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#44713B (or 0x44713B) is known color: Fern Green. HEX triplet: 44, 71 and 3B. RGB value is (68,113,59). Sum of RGB (Red+Green+Blue) = 68+113+59=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #44713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44713B is #BB8EC4. Grayscale: #5D5D5D. Windows color (decimal): -12291781 or 3895620. OLE color: 3895620.

HSL color Cylindrical-coordinate representation of color #44713B: hue angle of 110º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44713B is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 113 59 -
CMYK 0.40 0 0.48 0.56
HSL 110º 0.31% 0.34% -
HSV(B) 110º 0.48% 0.44% -
XYZ 9.08 13.35 6.24 -
YUV 93.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 68 113 59 0.40 0 0.48 0.56 110 0.31 0.34
Hex 44 71 3B 28 0 30 38 6E 1F 22
Octal 104 161 73 50 0 60 70 156 37 42
Binary 1000100 1110001 111011 101000 0 110000 111000 1101110 11111 100010

Color Harmonies of #44713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44713B

Black with #44713B

Text Example


Text Example

White with #44713B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,113,59); }

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

background-color css

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

 a { background-color: rgb(68,113,59); }

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

border-color css

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

 span { border-color: rgb(68,113,59); }

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