Html Css Color HEX #138478 Surfie Green

📋 copy color: '#138478'

red 19 ◦ green 132 ◦ blue 120

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

Shades of Surfie Green #138478

Tints of Surfie Green #138478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.71%

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 7.01%
G = 48.71%
B = 44.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#138478 (or 0x138478) is known color: Surfie Green. HEX triplet: 13, 84 and 78. RGB value is (19,132,120). Sum of RGB (Red+Green+Blue) = 19+132+120=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #138478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138478 is #EC7B87. Grayscale: #606060. Windows color (decimal): -15498120 or 7898131. OLE color: 7898131.

HSL color Cylindrical-coordinate representation of color #138478: hue angle of 173.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138478 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 132 120 -
CMYK 0.86 0 0.09 0.48
HSL 173.63º 0.75% 0.3% -
HSV(B) 173.63º 0.86% 0.52% -
XYZ 11.91 18 20.62 -
YUV 96.85 141.06 72.48 -
System Red Green Blue C M Y K H S L
Decimal 19 132 120 0.86 0 0.09 0.48 173.63 0.75 0.3
Hex 13 84 78 56 0 9 30 AE 4B 1E
Octal 23 204 170 126 0 11 60 256 113 36
Binary 10011 10000100 1111000 1010110 0 1001 110000 10101110 1001011 11110

Color Harmonies of #138478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138478

Black with #138478

Text Example


Text Example

White with #138478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138478; }

 p { color: rgb(19,132,120); }

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

background-color css

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

 a { background-color: rgb(19,132,120); }

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

border-color css

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

 span { border-color: rgb(19,132,120); }

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