#048376

Color #048376 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #048376

Tints of Surfie Green #048376

Color information

#048376 (or 0x048376) is unknown color: approx Surfie Green. HEX triplet: 04, 83 and 76. RGB value is (4,131,118). Sum of RGB (Red+Green+Blue) = 4+131+118=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #048376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048376 is #FB7C89. Grayscale: #5B5B5B. Windows color (decimal): -16481418 or 7766788. OLE color: 7766788.

HSL color Cylindrical-coordinate representation of color #048376: hue angle of 173.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048376 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB4131118-
CMYK0.9700.100.49
HSL173.86º94.07%26.47%-
HSV(B)173.86º96.95%51.37%-
XYZ11.4417.5719.93-
YUV91.54142.9265.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 131 (51.56% from 255) = 51.78%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=1.58%
G=51.78%
B=46.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41311180.9700.100.49173.8694.0726.47
Hex48376610A31ae5e1a
Octal42031661410126125613632
Binary10010000011111011011000010101011000110101110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048376; }

 p { color: rgb(4,131,118); }

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

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

 a { background-color: rgb(4,131,118); }

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

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

 span { border-color: rgb(4,131,118); }

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