Html Css Color HEX #0C7353 Watercourse

📋 copy color: '#0C7353'

red 12 ◦ green 115 ◦ blue 83

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

Shades of Watercourse #0C7353

Tints of Watercourse #0C7353

RGB

 RED value IS 12 (5.08% from 255) = 5.71%

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

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 5.71%
G = 54.76%
B = 39.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#0C7353 (or 0x0C7353) is known color: Watercourse. HEX triplet: 0C, 73 and 53. RGB value is (12,115,83). Sum of RGB (Red+Green+Blue) = 12+115+83=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #0C7353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7353 is #F38CAC. Grayscale: #505050. Windows color (decimal): -15961261 or 5468940. OLE color: 5468940.

HSL color Cylindrical-coordinate representation of color #0C7353: hue angle of 161.36º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7353 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 115 83 -
CMYK 0.90 0 0.28 0.55
HSL 161.36º 0.81% 0.25% -
HSV(B) 161.36º 0.9% 0.45% -
XYZ 7.84 12.96 10.27 -
YUV 80.56 129.38 79.1 -
System Red Green Blue C M Y K H S L
Decimal 12 115 83 0.90 0 0.28 0.55 161.36 0.81 0.25
Hex C 73 53 5A 0 1C 37 A1 51 19
Octal 14 163 123 132 0 34 67 241 121 31
Binary 1100 1110011 1010011 1011010 0 11100 110111 10100001 1010001 11001

Color Harmonies of #0C7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7353

Black with #0C7353

Text Example


Text Example

White with #0C7353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,83); }

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

background-color css

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

 a { background-color: rgb(12,115,83); }

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

border-color css

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

 span { border-color: rgb(12,115,83); }

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