#038376

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

Shades of Surfie Green #038376

Tints of Surfie Green #038376

Color information

#038376 (or 0x038376) is unknown color: approx Surfie Green. HEX triplet: 03, 83 and 76. RGB value is (3,131,118). Sum of RGB (Red+Green+Blue) = 3+131+118=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #038376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038376 is #FC7C89. Grayscale: #5B5B5B. Windows color (decimal): -16546954 or 7766787. OLE color: 7766787.

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

Color convert

RGB3131118-
CMYK0.9800.100.49
HSL173.91º95.52%26.27%-
HSV(B)173.91º97.71%51.37%-
XYZ11.4217.5619.93-
YUV91.25143.0965.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=1.19%
G=51.98%
B=46.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31311180.9800.100.49173.9195.5226.27
Hex38376620A31ae601a
Octal32031661420126125614032
Binary1110000011111011011000100101011000110101110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038376; }

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

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

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

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

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

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

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

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