Html Css Color HEX #048576 Surfie Green

📋 copy color: '#048576'

red 4 ◦ green 133 ◦ blue 118

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

Shades of Surfie Green #048576

Tints of Surfie Green #048576

RGB

 RED value IS 4 (1.95% from 255) = 1.57%

 GREEN value IS 133 (52.34% from 255) = 52.16%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 1.57%
G = 52.16%
B = 46.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#048576 (or 0x048576) is known color: Surfie Green. HEX triplet: 04, 85 and 76. RGB value is (4,133,118). Sum of RGB (Red+Green+Blue) = 4+133+118=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #048576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048576 is #FB7A89. Grayscale: #5C5C5C. Windows color (decimal): -16480906 or 7767300. OLE color: 7767300.

HSL color Cylindrical-coordinate representation of color #048576: hue angle of 173.02º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048576 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 133 118 -
CMYK 0.97 0 0.11 0.48
HSL 173.02º 0.94% 0.27% -
HSV(B) 173.02º 0.97% 0.52% -
XYZ 11.71 18.11 20.02 -
YUV 92.72 142.26 64.72 -
System Red Green Blue C M Y K H S L
Decimal 4 133 118 0.97 0 0.11 0.48 173.02 0.94 0.27
Hex 4 85 76 61 0 B 30 AD 5E 1B
Octal 4 205 166 141 0 13 60 255 136 33
Binary 100 10000101 1110110 1100001 0 1011 110000 10101101 1011110 11011

Color Harmonies of #048576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048576

Black with #048576

Text Example


Text Example

White with #048576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048576; }

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

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

background-color css

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

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

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

border-color css

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

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

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