Html Css Color HEX #0C563D Fun Green

📋 copy color: '#0C563D'

red 12 ◦ green 86 ◦ blue 61

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

Shades of Fun Green #0C563D

Tints of Fun Green #0C563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.09%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 7.55%
G = 54.09%
B = 38.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#0C563D (or 0x0C563D) is known color: Fun Green. HEX triplet: 0C, 56 and 3D. RGB value is (12,86,61). Sum of RGB (Red+Green+Blue) = 12+86+61=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #0C563D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C563D is #F3A9C2. Grayscale: #3D3D3D. Windows color (decimal): -15968707 or 4019724. OLE color: 4019724.

HSL color Cylindrical-coordinate representation of color #0C563D: hue angle of 159.73º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C563D is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 86 61 -
CMYK 0.86 0 0.29 0.66
HSL 159.73º 0.76% 0.19% -
HSV(B) 159.73º 0.86% 0.34% -
XYZ 4.32 7.07 5.55 -
YUV 61.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 12 86 61 0.86 0 0.29 0.66 159.73 0.76 0.19
Hex C 56 3D 56 0 1D 42 A0 4C 13
Octal 14 126 75 126 0 35 102 240 114 23
Binary 1100 1010110 111101 1010110 0 11101 1000010 10100000 1001100 10011

Color Harmonies of #0C563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C563D

Black with #0C563D

Text Example


Text Example

White with #0C563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,86,61); }

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

background-color css

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

 a { background-color: rgb(12,86,61); }

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

border-color css

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

 span { border-color: rgb(12,86,61); }

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