Html Css Color HEX #13827A Surfie Green

📋 copy color: '#13827A'

red 19 ◦ green 130 ◦ blue 122

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

Shades of Surfie Green #13827A

Tints of Surfie Green #13827A

RGB

 RED value IS 19 (7.81% from 255) = 7.01%

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

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 7.01%
G = 47.97%
B = 45.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#13827A (or 0x13827A) is known color: Surfie Green. HEX triplet: 13, 82 and 7A. RGB value is (19,130,122). Sum of RGB (Red+Green+Blue) = 19+130+122=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #13827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13827A is #EC7D85. Grayscale: #5F5F5F. Windows color (decimal): -15498630 or 8028691. OLE color: 8028691.

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

Color convert

RGB 19 130 122 -
CMYK 0.85 0 0.06 0.49
HSL 175.68º 0.74% 0.29% -
HSV(B) 175.68º 0.85% 0.51% -
XYZ 11.76 17.51 21.17 -
YUV 95.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 19 130 122 0.85 0 0.06 0.49 175.68 0.74 0.29
Hex 13 82 7A 55 0 6 31 B0 4A 1D
Octal 23 202 172 125 0 6 61 260 112 35
Binary 10011 10000010 1111010 1010101 0 110 110001 10110000 1001010 11101

Color Harmonies of #13827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13827A

Black with #13827A

Text Example


Text Example

White with #13827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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