#13837A

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

Shades of Surfie Green #13837A

Tints of Surfie Green #13837A

Color information

#13837A (or 0x13837A) is unknown color: approx Surfie Green. HEX triplet: 13, 83 and 7A. RGB value is (19,131,122). Sum of RGB (Red+Green+Blue) = 19+131+122=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #13837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13837A is #EC7C85. Grayscale: #606060. Windows color (decimal): -15498374 or 8028947. OLE color: 8028947.

HSL color Cylindrical-coordinate representation of color #13837A: hue angle of 175.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13837A is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB19131122-
CMYK0.8500.070.49
HSL175.18º74.67%29.41%-
HSV(B)175.18º85.5%51.37%-
XYZ11.917.7821.22-
YUV96.49142.3972.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 131 (51.56% from 255) = 48.16%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=6.99%
G=48.16%
B=44.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal191311220.8500.070.49175.1874.6729.41
Hex13837A550731af4b1d
Octal23203172125076125711335
Binary100111000001111110101010101011111000110101111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,131,122); }

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

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

 a { background-color: rgb(19,131,122); }

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

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

 span { border-color: rgb(19,131,122); }

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