#5CB672

Color #5CB672 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5CB672

Tints of Fern #5CB672

Color information

#5CB672 (or 0x5CB672) is unknown color: approx Fern. HEX triplet: 5C, B6 and 72. RGB value is (92,182,114). Sum of RGB (Red+Green+Blue) = 92+182+114=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #5CB672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB672 is #A3498D. Grayscale: #939393. Windows color (decimal): -10701198 or 7517788. OLE color: 7517788.

HSL color Cylindrical-coordinate representation of color #5CB672: hue angle of 134.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB672 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB92182114-
CMYK0.4900.370.29
HSL134.67º38.14%53.73%-
HSV(B)134.67º49.45%71.37%-
XYZ24.1836.9521.78-
YUV147.34109.1888.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.71%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=23.71%
G=46.91%
B=29.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal921821140.4900.370.29134.6738.1453.73
Hex5CB672310251D872636
Octal13426616261045352074666
Binary101110010110110111001011000101001011110110000111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CB672; }

 p { color: rgb(92,182,114); }

 H1.HeaderClassName
 {
   color: #5CB672;
 }
 .AnyTagClassName
 {
   color: #5CB672;
 }
</style>
background-color css

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

 a { background-color: rgb(92,182,114); }

 div.DivClassName
 {
   background-color: #5CB672;
 }
 .BgClassName
 {
   background-color: #5CB672;
 }
</style>
border-color css

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

 span { border-color: rgb(92,182,114); }

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