Html Css Color HEX #0D837A Surfie Green

📋 copy color: '#0D837A'

red 13 ◦ green 131 ◦ blue 122

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

Shades of Surfie Green #0D837A

Tints of Surfie Green #0D837A

RGB

 RED value IS 13 (5.47% from 255) = 4.89%

 GREEN value IS 131 (51.56% from 255) = 49.25%

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

R = 4.89%
G = 49.25%
B = 45.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#0D837A (or 0x0D837A) is known color: Surfie Green. HEX triplet: 0D, 83 and 7A. RGB value is (13,131,122). Sum of RGB (Red+Green+Blue) = 13+131+122=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #0D837A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D837A is #F27C85. Grayscale: #5E5E5E. Windows color (decimal): -15891590 or 8028941. OLE color: 8028941.

HSL color Cylindrical-coordinate representation of color #0D837A: hue angle of 175.42º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D837A is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 131 122 -
CMYK 0.90 0 0.07 0.49
HSL 175.42º 0.82% 0.28% -
HSV(B) 175.42º 0.9% 0.51% -
XYZ 11.8 17.72 21.21 -
YUV 94.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 13 131 122 0.90 0 0.07 0.49 175.42 0.82 0.28
Hex D 83 7A 5A 0 7 31 AF 52 1C
Octal 15 203 172 132 0 7 61 257 122 34
Binary 1101 10000011 1111010 1011010 0 111 110001 10101111 1010010 11100

Color Harmonies of #0D837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D837A

Black with #0D837A

Text Example


Text Example

White with #0D837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D837A; }

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

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

background-color css

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

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

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

border-color css

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

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

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