Html Css Color HEX #0C583A Fun Green

📋 copy color: '#0C583A'

red 12 ◦ green 88 ◦ blue 58

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

Shades of Fun Green #0C583A

Tints of Fun Green #0C583A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 7.59%
G = 55.7%
B = 36.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#0C583A (or 0x0C583A) is known color: Fun Green. HEX triplet: 0C, 58 and 3A. RGB value is (12,88,58). Sum of RGB (Red+Green+Blue) = 12+88+58=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #0C583A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C583A is #F3A7C5. Grayscale: #3D3D3D. Windows color (decimal): -15968198 or 3823628. OLE color: 3823628.

HSL color Cylindrical-coordinate representation of color #0C583A: hue angle of 156.32º 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 #0C583A is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 88 58 -
CMYK 0.86 0 0.34 0.65
HSL 156.32º 0.76% 0.2% -
HSV(B) 156.32º 0.86% 0.35% -
XYZ 4.41 7.36 5.19 -
YUV 61.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 12 88 58 0.86 0 0.34 0.65 156.32 0.76 0.2
Hex C 58 3A 56 0 22 41 9C 4C 14
Octal 14 130 72 126 0 42 101 234 114 24
Binary 1100 1011000 111010 1010110 0 100010 1000001 10011100 1001100 10100

Color Harmonies of #0C583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C583A

Black with #0C583A

Text Example


Text Example

White with #0C583A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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