Html Css Color HEX #52923D Fern Green

📋 copy color: '#52923D'

red 82 ◦ green 146 ◦ blue 61

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

Shades of Fern Green #52923D

Tints of Fern Green #52923D

RGB

 RED value IS 82 (32.42% from 255) = 28.37%

 GREEN value IS 146 (57.42% from 255) = 50.52%

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 28.37%
G = 50.52%
B = 21.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#52923D (or 0x52923D) is known color: Fern Green. HEX triplet: 52, 92 and 3D. RGB value is (82,146,61). Sum of RGB (Red+Green+Blue) = 82+146+61=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #52923D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52923D is #AD6DC2. Grayscale: #757575. Windows color (decimal): -11365827 or 4035154. OLE color: 4035154.

HSL color Cylindrical-coordinate representation of color #52923D: hue angle of 105.18º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52923D is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 61 -
CMYK 0.44 0 0.58 0.43
HSL 105.18º 0.41% 0.41% -
HSV(B) 105.18º 0.58% 0.57% -
XYZ 14.6 22.69 8.02 -
YUV 117.17 96.3 102.91 -
System Red Green Blue C M Y K H S L
Decimal 82 146 61 0.44 0 0.58 0.43 105.18 0.41 0.41
Hex 52 92 3D 2C 0 3A 2B 69 29 29
Octal 122 222 75 54 0 72 53 151 51 51
Binary 1010010 10010010 111101 101100 0 111010 101011 1101001 101001 101001

Color Harmonies of #52923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52923D

Black with #52923D

Text Example


Text Example

White with #52923D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52923D; }

 p { color: rgb(82,146,61); }

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

background-color css

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

 a { background-color: rgb(82,146,61); }

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

border-color css

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

 span { border-color: rgb(82,146,61); }

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