#04827A

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

Shades of Surfie Green #04827A

Tints of Surfie Green #04827A

Color information

#04827A (or 0x04827A) is unknown color: approx Surfie Green. HEX triplet: 04, 82 and 7A. RGB value is (4,130,122). Sum of RGB (Red+Green+Blue) = 4+130+122=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #04827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04827A is #FB7D85. Grayscale: #5B5B5B. Windows color (decimal): -16481670 or 8028676. OLE color: 8028676.

HSL color Cylindrical-coordinate representation of color #04827A: hue angle of 176.19º 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 #04827A is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB4130122-
CMYK0.9700.060.49
HSL176.19º94.03%26.27%-
HSV(B)176.19º96.92%50.98%-
XYZ11.5517.421.16-
YUV91.41145.2665.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=1.56%
G=50.78%
B=47.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41301220.9700.060.49176.1994.0326.27
Hex4827A610631b05e1a
Octal4202172141066126013632
Binary1001000001011110101100001011011000110110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04827A; }

 p { color: rgb(4,130,122); }

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

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

 a { background-color: rgb(4,130,122); }

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

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

 span { border-color: rgb(4,130,122); }

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