Html Css Color HEX #0C5838 Fun Green

📋 copy color: '#0C5838'

red 12 ◦ green 88 ◦ blue 56

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

Shades of Fun Green #0C5838

Tints of Fun Green #0C5838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.9%

R = 7.69%
G = 56.41%
B = 35.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#0C5838 (or 0x0C5838) is known color: Fun Green. HEX triplet: 0C, 58 and 38. RGB value is (12,88,56). Sum of RGB (Red+Green+Blue) = 12+88+56=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5838 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5838 is #F3A7C7. Grayscale: #3D3D3D. Windows color (decimal): -15968200 or 3692556. OLE color: 3692556.

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

Color convert

RGB 12 88 56 -
CMYK 0.86 0 0.36 0.65
HSL 154.74º 0.76% 0.2% -
HSV(B) 154.74º 0.86% 0.35% -
XYZ 4.36 7.34 4.93 -
YUV 61.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 12 88 56 0.86 0 0.36 0.65 154.74 0.76 0.2
Hex C 58 38 56 0 24 41 9B 4C 14
Octal 14 130 70 126 0 44 101 233 114 24
Binary 1100 1011000 111000 1010110 0 100100 1000001 10011011 1001100 10100

Color Harmonies of #0C5838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5838

Black with #0C5838

Text Example


Text Example

White with #0C5838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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