Html Css Color HEX #52B567 Fern

📋 copy color: '#52B567'

red 82 ◦ green 181 ◦ blue 103

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

Shades of Fern #52B567

Tints of Fern #52B567

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

 BLUE value IS 103 (40.63% from 255) = 28.14%

R = 22.4%
G = 49.45%
B = 28.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#52B567 (or 0x52B567) is known color: Fern. HEX triplet: 52, B5 and 67. RGB value is (82,181,103). Sum of RGB (Red+Green+Blue) = 82+181+103=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #52B567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B567 is #AD4A98. Grayscale: #8E8E8E. Windows color (decimal): -11356825 or 6796626. OLE color: 6796626.

HSL color Cylindrical-coordinate representation of color #52B567: hue angle of 132.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B567 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 103 -
CMYK 0.55 0 0.43 0.29
HSL 132.73º 0.4% 0.52% -
HSV(B) 132.73º 0.55% 0.71% -
XYZ 22.45 35.82 18.56 -
YUV 142.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 82 181 103 0.55 0 0.43 0.29 132.73 0.4 0.52
Hex 52 B5 67 37 0 2B 1D 85 28 34
Octal 122 265 147 67 0 53 35 205 50 64
Binary 1010010 10110101 1100111 110111 0 101011 11101 10000101 101000 110100

Color Harmonies of #52B567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B567

Black with #52B567

Text Example


Text Example

White with #52B567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B567; }

 p { color: rgb(82,181,103); }

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

background-color css

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

 a { background-color: rgb(82,181,103); }

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

border-color css

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

 span { border-color: rgb(82,181,103); }

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