Html Css Color HEX #538145 Fern Green

📋 copy color: '#538145'

red 83 ◦ green 129 ◦ blue 69

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

Shades of Fern Green #538145

Tints of Fern Green #538145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 29.54%
G = 45.91%
B = 24.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#538145 (or 0x538145) is known color: Fern Green. HEX triplet: 53, 81 and 45. RGB value is (83,129,69). Sum of RGB (Red+Green+Blue) = 83+129+69=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #538145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538145 is #AC7EBA. Grayscale: #6C6C6C. Windows color (decimal): -11304635 or 4555091. OLE color: 4555091.

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

Color convert

RGB 83 129 69 -
CMYK 0.36 0 0.47 0.49
HSL 106º 0.3% 0.39% -
HSV(B) 106º 0.47% 0.51% -
XYZ 12.49 17.97 8.44 -
YUV 108.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 83 129 69 0.36 0 0.47 0.49 106 0.3 0.39
Hex 53 81 45 24 0 2F 31 6A 1E 27
Octal 123 201 105 44 0 57 61 152 36 47
Binary 1010011 10000001 1000101 100100 0 101111 110001 1101010 11110 100111

Color Harmonies of #538145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538145

Black with #538145

Text Example


Text Example

White with #538145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538145; }

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

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

background-color css

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

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

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

border-color css

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

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

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