Html Css Color HEX #0C583F Fun Green

📋 copy color: '#0C583F'

red 12 ◦ green 88 ◦ blue 63

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

Shades of Fun Green #0C583F

Tints of Fun Green #0C583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 7.36%
G = 53.99%
B = 38.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#0C583F (or 0x0C583F) is known color: Fun Green. HEX triplet: 0C, 58 and 3F. RGB value is (12,88,63). Sum of RGB (Red+Green+Blue) = 12+88+63=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #0C583F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C583F is #F3A7C0. Grayscale: #3E3E3E. Windows color (decimal): -15968193 or 4151308. OLE color: 4151308.

HSL color Cylindrical-coordinate representation of color #0C583F: hue angle of 160.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C583F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 88 63 -
CMYK 0.86 0 0.28 0.65
HSL 160.26º 0.76% 0.2% -
HSV(B) 160.26º 0.86% 0.35% -
XYZ 4.54 7.42 5.89 -
YUV 62.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 12 88 63 0.86 0 0.28 0.65 160.26 0.76 0.2
Hex C 58 3F 56 0 1C 41 A0 4C 14
Octal 14 130 77 126 0 34 101 240 114 24
Binary 1100 1011000 111111 1010110 0 11100 1000001 10100000 1001100 10100

Color Harmonies of #0C583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C583F

Black with #0C583F

Text Example


Text Example

White with #0C583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,88,63); }

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

background-color css

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

 a { background-color: rgb(12,88,63); }

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

border-color css

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

 span { border-color: rgb(12,88,63); }

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