Html Css Color HEX #538233 Fern Green

📋 copy color: '#538233'

red 83 ◦ green 130 ◦ blue 51

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

Shades of Fern Green #538233

Tints of Fern Green #538233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 31.44%
G = 49.24%
B = 19.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#538233 (or 0x538233) is known color: Fern Green. HEX triplet: 53, 82 and 33. RGB value is (83,130,51). Sum of RGB (Red+Green+Blue) = 83+130+51=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #538233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538233 is #AC7DCC. Grayscale: #6B6B6B. Windows color (decimal): -11304397 or 3375699. OLE color: 3375699.

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

Color convert

RGB 83 130 51 -
CMYK 0.36 0 0.61 0.49
HSL 95.7º 0.44% 0.35% -
HSV(B) 95.7º 0.61% 0.51% -
XYZ 12.15 18.04 5.97 -
YUV 106.94 96.43 110.92 -
System Red Green Blue C M Y K H S L
Decimal 83 130 51 0.36 0 0.61 0.49 95.7 0.44 0.35
Hex 53 82 33 24 0 3D 31 60 2C 23
Octal 123 202 63 44 0 75 61 140 54 43
Binary 1010011 10000010 110011 100100 0 111101 110001 1100000 101100 100011

Color Harmonies of #538233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538233

Black with #538233

Text Example


Text Example

White with #538233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538233; }

 p { color: rgb(83,130,51); }

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

background-color css

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

 a { background-color: rgb(83,130,51); }

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

border-color css

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

 span { border-color: rgb(83,130,51); }

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