Html Css Color HEX #0D737A Surfie Green

📋 copy color: '#0D737A'

red 13 ◦ green 115 ◦ blue 122

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

Shades of Surfie Green #0D737A

Tints of Surfie Green #0D737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 5.2%
G = 46%
B = 48.8%

CMYK

 C value IS 0.89

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0D737A (or 0x0D737A) is known color: Surfie Green. HEX triplet: 0D, 73 and 7A. RGB value is (13,115,122). Sum of RGB (Red+Green+Blue) = 13+115+122=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D737A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D737A is #F28C85. Grayscale: #555555. Windows color (decimal): -15895686 or 8024845. OLE color: 8024845.

HSL color Cylindrical-coordinate representation of color #0D737A: hue angle of 183.85º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D737A is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 13 115 122 -
CMYK 0.89 0.06 0 0.52
HSL 183.85º 0.81% 0.26% -
HSV(B) 183.85º 0.89% 0.48% -
XYZ 9.81 13.75 20.55 -
YUV 85.3 148.71 76.43 -
System Red Green Blue C M Y K H S L
Decimal 13 115 122 0.89 0.06 0 0.52 183.85 0.81 0.26
Hex D 73 7A 59 6 0 34 B8 51 1A
Octal 15 163 172 131 6 0 64 270 121 32
Binary 1101 1110011 1111010 1011001 110 0 110100 10111000 1010001 11010

Color Harmonies of #0D737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D737A

Black with #0D737A

Text Example


Text Example

White with #0D737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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