Html Css Color HEX #0C7537 Dark Spring Green

📋 copy color: '#0C7537'

red 12 ◦ green 117 ◦ blue 55

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

Shades of Dark Spring Green #0C7537

Tints of Dark Spring Green #0C7537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 63.59%

 BLUE value IS 55 (21.88% from 255) = 29.89%

R = 6.52%
G = 63.59%
B = 29.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#0C7537 (or 0x0C7537) is known color: Dark Spring Green. HEX triplet: 0C, 75 and 37. RGB value is (12,117,55). Sum of RGB (Red+Green+Blue) = 12+117+55=184 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.52% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7537 is #F38AC8. Grayscale: #4E4E4E. Windows color (decimal): -15960777 or 3634444. OLE color: 3634444.

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

Color convert

RGB 12 117 55 -
CMYK 0.90 0 0.53 0.54
HSL 144.57º 0.81% 0.25% -
HSV(B) 144.57º 0.9% 0.46% -
XYZ 7.2 13.08 5.76 -
YUV 78.54 114.71 80.54 -
System Red Green Blue C M Y K H S L
Decimal 12 117 55 0.90 0 0.53 0.54 144.57 0.81 0.25
Hex C 75 37 5A 0 35 36 91 51 19
Octal 14 165 67 132 0 65 66 221 121 31
Binary 1100 1110101 110111 1011010 0 110101 110110 10010001 1010001 11001

Color Harmonies of #0C7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7537

Black with #0C7537

Text Example


Text Example

White with #0C7537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,117,55); }

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

background-color css

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

 a { background-color: rgb(12,117,55); }

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

border-color css

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

 span { border-color: rgb(12,117,55); }

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