Html Css Color HEX #538044 Fern Green

📋 copy color: '#538044'

red 83 ◦ green 128 ◦ blue 68

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

Shades of Fern Green #538044

Tints of Fern Green #538044

RGB

 RED value IS 83 (32.81% from 255) = 29.75%

 GREEN value IS 128 (50.39% from 255) = 45.88%

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 29.75%
G = 45.88%
B = 24.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#538044 (or 0x538044) is known color: Fern Green. HEX triplet: 53, 80 and 44. RGB value is (83,128,68). Sum of RGB (Red+Green+Blue) = 83+128+68=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #538044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538044 is #AC7FBB. Grayscale: #6B6B6B. Windows color (decimal): -11304892 or 4489299. OLE color: 4489299.

HSL color Cylindrical-coordinate representation of color #538044: hue angle of 105º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #538044 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 128 68 -
CMYK 0.35 0 0.47 0.50
HSL 105º 0.31% 0.38% -
HSV(B) 105º 0.47% 0.5% -
XYZ 12.33 17.69 8.23 -
YUV 107.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 83 128 68 0.35 0 0.47 0.50 105 0.31 0.38
Hex 53 80 44 23 0 2F 32 69 1F 26
Octal 123 200 104 43 0 57 62 151 37 46
Binary 1010011 10000000 1000100 100011 0 101111 110010 1101001 11111 100110

Color Harmonies of #538044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538044

Black with #538044

Text Example


Text Example

White with #538044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538044; }

 p { color: rgb(83,128,68); }

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

background-color css

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

 a { background-color: rgb(83,128,68); }

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

border-color css

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

 span { border-color: rgb(83,128,68); }

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