Html Css Color HEX #538142 Fern Green

📋 copy color: '#538142'

red 83 ◦ green 129 ◦ blue 66

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

Shades of Fern Green #538142

Tints of Fern Green #538142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.4%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 29.86%
G = 46.4%
B = 23.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#538142 (or 0x538142) is known color: Fern Green. HEX triplet: 53, 81 and 42. RGB value is (83,129,66). Sum of RGB (Red+Green+Blue) = 83+129+66=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #538142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538142 is #AC7EBD. Grayscale: #6C6C6C. Windows color (decimal): -11304638 or 4358483. OLE color: 4358483.

HSL color Cylindrical-coordinate representation of color #538142: hue angle of 103.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #538142 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 129 66 -
CMYK 0.36 0 0.49 0.49
HSL 103.81º 0.32% 0.38% -
HSV(B) 103.81º 0.49% 0.51% -
XYZ 12.4 17.93 7.96 -
YUV 108.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 83 129 66 0.36 0 0.49 0.49 103.81 0.32 0.38
Hex 53 81 42 24 0 31 31 68 20 26
Octal 123 201 102 44 0 61 61 150 40 46
Binary 1010011 10000001 1000010 100100 0 110001 110001 1101000 100000 100110

Color Harmonies of #538142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538142

Black with #538142

Text Example


Text Example

White with #538142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538142; }

 p { color: rgb(83,129,66); }

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

background-color css

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

 a { background-color: rgb(83,129,66); }

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

border-color css

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

 span { border-color: rgb(83,129,66); }

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