Html Css Color HEX #048275 Surfie Green

📋 copy color: '#048275'

red 4 ◦ green 130 ◦ blue 117

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

Shades of Surfie Green #048275

Tints of Surfie Green #048275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.79%

 BLUE value IS 117 (46.09% from 255) = 46.61%

R = 1.59%
G = 51.79%
B = 46.61%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#048275 (or 0x048275) is known color: Surfie Green. HEX triplet: 04, 82 and 75. RGB value is (4,130,117). Sum of RGB (Red+Green+Blue) = 4+130+117=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #048275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048275 is #FB7D8A. Grayscale: #5A5A5A. Windows color (decimal): -16481675 or 7700996. OLE color: 7700996.

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

Color convert

RGB 4 130 117 -
CMYK 0.97 0 0.1 0.49
HSL 173.81º 0.94% 0.26% -
HSV(B) 173.81º 0.97% 0.51% -
XYZ 11.24 17.28 19.57 -
YUV 90.84 142.76 66.06 -
System Red Green Blue C M Y K H S L
Decimal 4 130 117 0.97 0 0.1 0.49 173.81 0.94 0.26
Hex 4 82 75 61 0 A 31 AE 5E 1A
Octal 4 202 165 141 0 12 61 256 136 32
Binary 100 10000010 1110101 1100001 0 1010 110001 10101110 1011110 11010

Color Harmonies of #048275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048275

Black with #048275

Text Example


Text Example

White with #048275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048275; }

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

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

background-color css

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

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

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

border-color css

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

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

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